Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- EleutherAI/pile
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
# Model Card
|
8 |
+
|
9 |
+
This model is an Attention (Llama architecture) model pretrained on 30Bn tokens of the Pile corpus.
|
10 |
+
|
11 |
+
|
12 |
+
### Model Sources
|
13 |
+
|
14 |
+
The model implementation and training code that produced the model are provided here: https://github.com/HazyResearch/based
|
15 |
+
|