Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- deepmind/pg19
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
+
|
8 |
+
# Pythia-160m-PG19
|
9 |
+
|
10 |
+
This is an experiment to see if Pythia pretrained from scratch on pg19 could work. It was trained from scratch and uses the same settings as the regular Pythia-160M.
|
11 |
+
It was trained for 150,000,000 tokens of the pg19 dataset.
|
12 |
+
It is possible that better results can be achieved if trained for longer, but that is not the goal of this project.
|
13 |
+
|
14 |
+
Currently I am working on creating a larger model trained on more CC0 datasets.
|