Commit ·
2e9d3fd
1
Parent(s): c644560
fix readme
Browse files
README.md
CHANGED
|
@@ -5,9 +5,9 @@ license: apache-2.0
|
|
| 5 |
library_name: transformers
|
| 6 |
datasets:
|
| 7 |
- allenai/c4
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: cp2025
|
| 10 |
-
---
|
| 11 |
## Model Description
|
| 12 |
|
| 13 |
This is a model using the llama2 architecture and only 30 million parameters. It is trained on approximately 8 billion tokens of diverse web data from the first 4000000 rows of the uncleaned c4 english dataset. The model has a context length of 2048.
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
datasets:
|
| 7 |
- allenai/c4
|
| 8 |
+
---
|
| 9 |
model-index:
|
| 10 |
- name: cp2025
|
|
|
|
| 11 |
## Model Description
|
| 12 |
|
| 13 |
This is a model using the llama2 architecture and only 30 million parameters. It is trained on approximately 8 billion tokens of diverse web data from the first 4000000 rows of the uncleaned c4 english dataset. The model has a context length of 2048.
|