simarora commited on
Commit
91cc02d
1 Parent(s): 78e44d2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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
+