gokulsrinivasagan
commited on
Commit
•
674480c
1
Parent(s):
84f9333
End of training
Browse files- README.md +14 -2
- all_results.json +16 -0
- eval_results.json +10 -0
- logs/events.out.tfevents.1719936280.s_005_m.77168.1 +3 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,11 +3,23 @@ license: mit
|
|
3 |
base_model: openai-community/gpt2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
model-index:
|
9 |
- name: gpt_train_12_384
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,7 +27,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# gpt_train_12_384
|
17 |
|
18 |
-
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 8.8125
|
21 |
- Accuracy: 0.1024
|
|
|
3 |
base_model: openai-community/gpt2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- gokuls/wiki_book_corpus_raw_dataset_tiny
|
8 |
metrics:
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
- name: gpt_train_12_384
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Causal Language Modeling
|
15 |
+
type: text-generation
|
16 |
+
dataset:
|
17 |
+
name: gokuls/wiki_book_corpus_raw_dataset_tiny
|
18 |
+
type: gokuls/wiki_book_corpus_raw_dataset_tiny
|
19 |
+
metrics:
|
20 |
+
- name: Accuracy
|
21 |
+
type: accuracy
|
22 |
+
value: 0.10244681503029747
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
27 |
|
28 |
# gpt_train_12_384
|
29 |
|
30 |
+
This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on the gokuls/wiki_book_corpus_raw_dataset_tiny dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
- Loss: 8.8125
|
33 |
- Accuracy: 0.1024
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.016516516516516516,
|
3 |
+
"eval_accuracy": 0.10244681503029747,
|
4 |
+
"eval_loss": 8.8125,
|
5 |
+
"eval_runtime": 271.7768,
|
6 |
+
"eval_samples": 33767,
|
7 |
+
"eval_samples_per_second": 124.245,
|
8 |
+
"eval_steps_per_second": 3.886,
|
9 |
+
"perplexity": 6717.692523019596,
|
10 |
+
"total_flos": 1427643152990208.0,
|
11 |
+
"train_loss": 9.567586143695015,
|
12 |
+
"train_runtime": 93928.2806,
|
13 |
+
"train_samples": 660643,
|
14 |
+
"train_samples_per_second": 703.348,
|
15 |
+
"train_steps_per_second": 21.981
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.016516516516516516,
|
3 |
+
"eval_accuracy": 0.10244681503029747,
|
4 |
+
"eval_loss": 8.8125,
|
5 |
+
"eval_runtime": 271.7768,
|
6 |
+
"eval_samples": 33767,
|
7 |
+
"eval_samples_per_second": 124.245,
|
8 |
+
"eval_steps_per_second": 3.886,
|
9 |
+
"perplexity": 6717.692523019596
|
10 |
+
}
|
logs/events.out.tfevents.1719936280.s_005_m.77168.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf9629f0683df0f70f7d93390236256b0680384aaf97970279c54610c3693d36
|
3 |
+
size 363
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.016516516516516516,
|
3 |
+
"total_flos": 1427643152990208.0,
|
4 |
+
"train_loss": 9.567586143695015,
|
5 |
+
"train_runtime": 93928.2806,
|
6 |
+
"train_samples": 660643,
|
7 |
+
"train_samples_per_second": 703.348,
|
8 |
+
"train_steps_per_second": 21.981
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|