Commit ·
e7f6697
1
Parent(s): 1bb639e
End of training
Browse files- README.md +7 -7
- config.json +1 -1
- model.safetensors +1 -1
- runs/Dec28_14-39-45_c46a51e14f55/events.out.tfevents.1703774386.c46a51e14f55.613.0 +3 -0
- special_tokens_map.json +21 -3
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# filipinolingo_model
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 1.
|
| 21 |
-
- Bleu: 1.
|
| 22 |
-
- Gen Len: 18.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
| 54 |
-
| 1.
|
| 55 |
-
| 1.
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: youdiniplays/filipinolingo_model
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
|
|
|
| 15 |
|
| 16 |
# filipinolingo_model
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [youdiniplays/filipinolingo_model](https://huggingface.co/youdiniplays/filipinolingo_model) on an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.0589
|
| 21 |
+
- Bleu: 1.8686
|
| 22 |
+
- Gen Len: 18.3497
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
| 53 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
|
| 54 |
+
| 1.2463 | 1.0 | 5263 | 1.0772 | 1.8478 | 18.352 |
|
| 55 |
+
| 1.2059 | 2.0 | 10526 | 1.0589 | 1.8686 | 18.3497 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "youdiniplays/filipinolingo_model",
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242041896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f3565113192c794371be8f92c82d2b0d553a2758b37cef1d624cf9e12ff3f16
|
| 3 |
size 242041896
|
runs/Dec28_14-39-45_c46a51e14f55/events.out.tfevents.1703774386.c46a51e14f55.613.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:776ebf5d5c7dfd5324c54a565c508529146566ff42e14e170944a4870751b2b3
|
| 3 |
+
size 9681
|
special_tokens_map.json
CHANGED
|
@@ -101,7 +101,25 @@
|
|
| 101 |
"<extra_id_98>",
|
| 102 |
"<extra_id_99>"
|
| 103 |
],
|
| 104 |
-
"eos_token":
|
| 105 |
-
|
| 106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
}
|
|
|
|
| 101 |
"<extra_id_98>",
|
| 102 |
"<extra_id_99>"
|
| 103 |
],
|
| 104 |
+
"eos_token": {
|
| 105 |
+
"content": "</s>",
|
| 106 |
+
"lstrip": false,
|
| 107 |
+
"normalized": false,
|
| 108 |
+
"rstrip": false,
|
| 109 |
+
"single_word": false
|
| 110 |
+
},
|
| 111 |
+
"pad_token": {
|
| 112 |
+
"content": "<pad>",
|
| 113 |
+
"lstrip": false,
|
| 114 |
+
"normalized": false,
|
| 115 |
+
"rstrip": false,
|
| 116 |
+
"single_word": false
|
| 117 |
+
},
|
| 118 |
+
"unk_token": {
|
| 119 |
+
"content": "<unk>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false
|
| 124 |
+
}
|
| 125 |
}
|
tokenizer_config.json
CHANGED
|
@@ -930,8 +930,12 @@
|
|
| 930 |
"clean_up_tokenization_spaces": true,
|
| 931 |
"eos_token": "</s>",
|
| 932 |
"extra_ids": 100,
|
|
|
|
| 933 |
"model_max_length": 512,
|
| 934 |
"pad_token": "<pad>",
|
|
|
|
| 935 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
|
|
| 936 |
"unk_token": "<unk>"
|
| 937 |
}
|
|
|
|
| 930 |
"clean_up_tokenization_spaces": true,
|
| 931 |
"eos_token": "</s>",
|
| 932 |
"extra_ids": 100,
|
| 933 |
+
"max_length": 512,
|
| 934 |
"model_max_length": 512,
|
| 935 |
"pad_token": "<pad>",
|
| 936 |
+
"stride": 0,
|
| 937 |
"tokenizer_class": "T5Tokenizer",
|
| 938 |
+
"truncation_side": "right",
|
| 939 |
+
"truncation_strategy": "longest_first",
|
| 940 |
"unk_token": "<unk>"
|
| 941 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4792
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9bc2612a08dc957ef1fa5fbe1b9178fb7abc953b9e890439179470a0af3b2cb
|
| 3 |
size 4792
|