kaytoo2022
commited on
Commit
•
bbf1650
1
Parent(s):
fd44888
Training in progress epoch 0
Browse files- README.md +6 -8
- config.json +1 -1
- tf_model.h5 +1 -1
- tokenizer_config.json +4 -0
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
@@ -13,11 +13,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# kaytoo2022/t5_test
|
15 |
|
16 |
-
This model is a fine-tuned version of [
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,9 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
|
|
47 |
-
| 1.0018 | 0.9116 | 1 |
|
48 |
-
| 0.9276 | 0.8943 | 2 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: kaytoo2022/t5_test
|
4 |
tags:
|
5 |
- generated_from_keras_callback
|
6 |
model-index:
|
|
|
13 |
|
14 |
# kaytoo2022/t5_test
|
15 |
|
16 |
+
This model is a fine-tuned version of [kaytoo2022/t5_test](https://huggingface.co/kaytoo2022/t5_test) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.9219
|
19 |
+
- Validation Loss: 0.7290
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 0.9219 | 0.7290 | 0 |
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "kaytoo2022/t5_test",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1188285040
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7e77a6443235b82f604c7cc8b49605a18b7f1ed27050c47c465b953e2090529
|
3 |
size 1188285040
|
tokenizer_config.json
CHANGED
@@ -930,9 +930,13 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
|
|
933 |
"model_max_length": 512,
|
934 |
"pad_token": "<pad>",
|
935 |
"sp_model_kwargs": {},
|
|
|
936 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
937 |
"unk_token": "<unk>"
|
938 |
}
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"max_length": 128,
|
934 |
"model_max_length": 512,
|
935 |
"pad_token": "<pad>",
|
936 |
"sp_model_kwargs": {},
|
937 |
+
"stride": 0,
|
938 |
"tokenizer_class": "T5Tokenizer",
|
939 |
+
"truncation_side": "right",
|
940 |
+
"truncation_strategy": "longest_first",
|
941 |
"unk_token": "<unk>"
|
942 |
}
|