Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,12 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
# Neuron-1.0: A Language Model by Neuron-LM
|
5 |
|
6 |
**Neuron-1.0** is the inaugural model in the Neuron-LM series, designed to deliver precise and efficient natural language processing for a wide range of applications. Built on a foundation of robust architecture and fine-tuned for performance, Neuron-1.0 represents a significant step forward in the development of practical, scalable AI solutions.
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
datasets:
|
5 |
+
- wikitext
|
6 |
+
- openwebtext
|
7 |
+
|
8 |
+
---
|
9 |
+
|
10 |
# Neuron-1.0: A Language Model by Neuron-LM
|
11 |
|
12 |
**Neuron-1.0** is the inaugural model in the Neuron-LM series, designed to deliver precise and efficient natural language processing for a wide range of applications. Built on a foundation of robust architecture and fine-tuned for performance, Neuron-1.0 represents a significant step forward in the development of practical, scalable AI solutions.
|