Commit
·
837a1ec
1
Parent(s):
deb701c
docs: update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,7 @@ license: mit
|
|
3 |
datasets:
|
4 |
- wikitext
|
5 |
pipeline_tag: text-generation
|
6 |
-
---
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- wikitext
|
5 |
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
# 🧠 GPT2-124M-wikitext-v0.1
|
8 |
+
|
9 |
+
This is a practical hands-on experience for better understanding 🤗 Transformers and 🤗 Datasets. This model is GPT2(124M) fine-tuned on wikitext(103-raw-v1) on 1 x T4.
|