Anix Lynch
commited on
Commit
·
92e6f78
1
Parent(s):
8b790fb
docs: add YAML metadata
Browse files
README.md
CHANGED
@@ -1,8 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# GPT-2 Text Generation Benchmark
|
3 |
|
4 |
-
|
5 |
|
|
|
6 |
## 🧠 Model Details
|
7 |
|
8 |
- **Base Model:** `gpt2`
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- gpt2
|
8 |
+
- text-generation
|
9 |
+
- benchmark
|
10 |
+
- example
|
11 |
+
datasets:
|
12 |
+
- wikitext
|
13 |
+
model_name: gpt2
|
14 |
+
---
|
15 |
|
16 |
# GPT-2 Text Generation Benchmark
|
17 |
|
18 |
+
# GPT-2 Text Generation Benchmark
|
19 |
|
20 |
+
This repository contains a GPT-2 model fine-tuned for text generation tasks, along with sample performance metrics.
|
21 |
## 🧠 Model Details
|
22 |
|
23 |
- **Base Model:** `gpt2`
|