Training in progress epoch 0
Browse files- README.md +7 -17
- config.json +1 -1
- generation_config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
base_model: distilgpt2
|
5 |
tags:
|
@@ -16,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss:
|
20 |
-
- Validation Loss:
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,21 +43,12 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Epoch |
|
46 |
|:----------:|:---------------:|:-----:|
|
47 |
-
|
|
48 |
-
| 1.8107 | 1.7722 | 1 |
|
49 |
-
| 1.7940 | 1.7603 | 2 |
|
50 |
-
| 1.7796 | 1.7499 | 3 |
|
51 |
-
| 1.7652 | 1.7405 | 4 |
|
52 |
-
| 1.7519 | 1.7368 | 5 |
|
53 |
-
| 1.7373 | 1.7236 | 6 |
|
54 |
-
| 1.7250 | 1.7123 | 7 |
|
55 |
-
| 1.7127 | 1.7131 | 8 |
|
56 |
-
| 1.6998 | 1.6991 | 9 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
-
- Transformers 4.44.
|
62 |
-
- TensorFlow 2.
|
63 |
-
- Datasets
|
64 |
- Tokenizers 0.19.1
|
|
|
1 |
---
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: distilgpt2
|
4 |
tags:
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilgpt2](https://huggingface.co/distilgpt2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.5315
|
19 |
+
- Validation Loss: 2.2372
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 2.5315 | 2.2372 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.44.0
|
52 |
+
- TensorFlow 2.16.1
|
53 |
+
- Datasets 2.21.0
|
54 |
- Tokenizers 0.19.1
|
config.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"max_length": 50
|
40 |
}
|
41 |
},
|
42 |
-
"transformers_version": "4.44.
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50257
|
45 |
}
|
|
|
39 |
"max_length": 50
|
40 |
}
|
41 |
},
|
42 |
+
"transformers_version": "4.44.0",
|
43 |
"use_cache": true,
|
44 |
"vocab_size": 50257
|
45 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
-
"transformers_version": "4.44.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 50256,
|
4 |
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.44.0"
|
6 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 327745472
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2052fec1bcf263e77889a9fc0185db10f628cee21b26b5c0c1b64b3de10d72ac
|
3 |
size 327745472
|