DarwinAnim8or commited on
Commit
17e6800
1 Parent(s): df02dd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - roneneldan/TinyStories
5
+ language:
6
+ - en
7
+ tags:
8
+ - gpt2
9
+ - tinystories
10
+ ---
11
+
12
+ # GPT2-124M-TinyStories
13
+
14
+ This is a prototype / proof of concept model to see what the results of pretraining GPT2 exclusively on narrative texts would look like.
15
+ That's right-- this isn't a finetune, it's entirely pretrained on TinyStories.
16
+
17
+ The GPT2 config and tokenizer is however unmodified from the original.