Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: fine_tuned_gpt2_clm-model
|
8 |
results: []
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,9 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# fine_tuned_gpt2_clm-model
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 3.6233
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -68,4 +73,4 @@ The following hyperparameters were used during training:
|
|
68 |
- Transformers 4.32.0
|
69 |
- Pytorch 2.0.1+cu118
|
70 |
- Datasets 2.14.4
|
71 |
-
- Tokenizers 0.13.3
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: gpt2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: fine_tuned_gpt2_clm-model
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- eli5
|
11 |
+
metrics:
|
12 |
+
- perplexity
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
# fine_tuned_gpt2_clm-model
|
19 |
|
20 |
+
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 3.6233
|
23 |
+
- Perplexity: 37.46
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
73 |
- Transformers 4.32.0
|
74 |
- Pytorch 2.0.1+cu118
|
75 |
- Datasets 2.14.4
|
76 |
+
- Tokenizers 0.13.3
|