segestic commited on
Commit
0bcf92c
1 Parent(s): 70cc00b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -8,7 +8,9 @@ pipeline_tag: text-generation
8
  ---
9
 
10
  We tried to use the huggingface transformers library to recreate the TinyStories models on Consumer GPU. Output model has 9 million parameters.
 
11
  Tweaked code of springtangent (https://github.com/springtangent/tinystoriestrainer/blob/main/tinystories_train.py)
 
12
  Code credit - springtangent
13
 
14
  ------ EXAMPLE USAGE ---
 
8
  ---
9
 
10
  We tried to use the huggingface transformers library to recreate the TinyStories models on Consumer GPU. Output model has 9 million parameters.
11
+
12
  Tweaked code of springtangent (https://github.com/springtangent/tinystoriestrainer/blob/main/tinystories_train.py)
13
+
14
  Code credit - springtangent
15
 
16
  ------ EXAMPLE USAGE ---