cpayne1303 commited on
Commit
6695675
·
verified ·
1 Parent(s): 4edcee0

Update README.md

Browse files

This is a 30 million parameter model trained on approximately 2 billion tokens of web data from the uncleaned dataset for 1 epoch using my custom torch dataset class. This model has a context length of 512.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,4 +5,6 @@ language:
5
  - en
6
  library_name: transformers
7
  license: apache-2.0
 
 
8
  ---
 
5
  - en
6
  library_name: transformers
7
  license: apache-2.0
8
+ base_model:
9
+ - cpayne1303/cp2024
10
  ---