arun-AiBharat commited on
Commit
625dfcd
·
verified ·
1 Parent(s): 7664d2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - bookcorpus/bookcorpus
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ ---
9
+
10
+ * The GPT -2 model was trained on the BookCorpus dataset for 60K steps.
11
+ * No position embedding was used (NoPE).
12
+ * [Here](https://wandb.ai/a-arun283-iit-madras/gpt-2-BooKcorpus-WarmUpLr/reports/Pretraining-GPT-2---Vmlldzo5MDY3MDk5) is the wandb report
13
+ * This is for educational purposes only.