Michael-Vptn
commited on
Commit
•
0ec8909
1
Parent(s):
724623f
Upload TFT5ForConditionalGeneration
Browse files- README.md +3 -3
- config.json +4 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 1.
|
19 |
-
- Validation Loss: 1.
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
| 1.
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.7589
|
19 |
+
- Validation Loss: 1.5686
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 1.7589 | 1.5686 | 0 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -18,16 +18,16 @@
|
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
"model_type": "t5",
|
20 |
"n_positions": 512,
|
21 |
-
"num_decoder_layers":
|
22 |
-
"num_heads":
|
23 |
-
"num_layers":
|
24 |
"output_past": true,
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
29 |
"summarization": {
|
30 |
-
"early_stopping":
|
31 |
"length_penalty": 2.0,
|
32 |
"max_length": 200,
|
33 |
"min_length": 30,
|
|
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
"model_type": "t5",
|
20 |
"n_positions": 512,
|
21 |
+
"num_decoder_layers": 6,
|
22 |
+
"num_heads": 8,
|
23 |
+
"num_layers": 6,
|
24 |
"output_past": true,
|
25 |
"pad_token_id": 0,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
29 |
"summarization": {
|
30 |
+
"early_stopping": true,
|
31 |
"length_penalty": 2.0,
|
32 |
"max_length": 200,
|
33 |
"min_length": 30,
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 373902664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f544b37435c3669d8ab8be538d75012407d9656bd2f62f10d825a7a15c2330ab
|
3 |
size 373902664
|