End of training
Browse files- README.md +83 -0
- config.json +1 -1
- generation_config.json +8 -0
- model.safetensors +1 -1
- runs/Jun03_14-29-44_d532e7250bcf/events.out.tfevents.1717425200.d532e7250bcf.24.0 +3 -0
- runs/Jun03_14-29-44_d532e7250bcf/events.out.tfevents.1717465648.d532e7250bcf.24.1 +3 -0
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Zelyanoth/my_fon_translation_model
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- generator
|
7 |
+
metrics:
|
8 |
+
- bleu
|
9 |
+
model-index:
|
10 |
+
- name: my_fon_translation_model
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Sequence-to-sequence Language Modeling
|
14 |
+
type: text2text-generation
|
15 |
+
dataset:
|
16 |
+
name: generator
|
17 |
+
type: generator
|
18 |
+
config: default
|
19 |
+
split: train
|
20 |
+
args: default
|
21 |
+
metrics:
|
22 |
+
- name: Bleu
|
23 |
+
type: bleu
|
24 |
+
value: 4.6993
|
25 |
+
---
|
26 |
+
|
27 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
+
should probably proofread and complete it, then remove this comment. -->
|
29 |
+
|
30 |
+
# my_fon_translation_model
|
31 |
+
|
32 |
+
This model is a fine-tuned version of [Zelyanoth/my_fon_translation_model](https://huggingface.co/Zelyanoth/my_fon_translation_model) on the generator dataset.
|
33 |
+
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 5.3862
|
35 |
+
- Bleu: 4.6993
|
36 |
+
- Gen Len: 8.9558
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 1.87e-05
|
56 |
+
- train_batch_size: 8
|
57 |
+
- eval_batch_size: 8
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 9
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
66 |
+
|:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|
|
67 |
+
| 1.3141 | 1.0 | 13165 | 5.0069 | 3.3364 | 9.1891 |
|
68 |
+
| 1.1534 | 2.0 | 26330 | 5.1888 | 3.7137 | 9.1076 |
|
69 |
+
| 1.1158 | 3.0 | 39495 | 5.1695 | 4.1907 | 8.9998 |
|
70 |
+
| 0.9801 | 4.0 | 52660 | 5.2281 | 4.2697 | 8.8066 |
|
71 |
+
| 0.941 | 5.0 | 65825 | 5.3425 | 4.3691 | 9.0261 |
|
72 |
+
| 0.8676 | 6.0 | 78990 | 5.3371 | 4.0892 | 9.3749 |
|
73 |
+
| 0.8247 | 7.0 | 92155 | 5.3622 | 4.4876 | 9.1058 |
|
74 |
+
| 0.7925 | 8.0 | 105320 | 5.3538 | 4.728 | 8.9704 |
|
75 |
+
| 0.7639 | 9.0 | 118485 | 5.3862 | 4.6993 | 8.9558 |
|
76 |
+
|
77 |
+
|
78 |
+
### Framework versions
|
79 |
+
|
80 |
+
- Transformers 4.39.3
|
81 |
+
- Pytorch 2.1.2
|
82 |
+
- Datasets 2.18.0
|
83 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Zelyanoth/my_fon_translation_model",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
generation_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 200,
|
6 |
+
"pad_token_id": 1,
|
7 |
+
"transformers_version": "4.39.3"
|
8 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2460354912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73c59a394f1e8374730089541779b0f587d0aeeb81a3fd5ae7cf0d1d4401bdc3
|
3 |
size 2460354912
|
runs/Jun03_14-29-44_d532e7250bcf/events.out.tfevents.1717425200.d532e7250bcf.24.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03b8b008cb81b285acab91ce9d7990c35b18bddf723493ae63853d38fc6e2896
|
3 |
+
size 59699
|
runs/Jun03_14-29-44_d532e7250bcf/events.out.tfevents.1717465648.d532e7250bcf.24.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c675917f89de83756c804e23868f6b0ebbfba8fbf99090d5cb229cbc2c36952
|
3 |
+
size 465
|
tokenizer_config.json
CHANGED
@@ -1867,12 +1867,16 @@
|
|
1867 |
"eos_token": "</s>",
|
1868 |
"legacy_behaviour": false,
|
1869 |
"mask_token": "<mask>",
|
|
|
1870 |
"model_max_length": 1024,
|
1871 |
"pad_token": "<pad>",
|
1872 |
"sep_token": "</s>",
|
1873 |
"sp_model_kwargs": {},
|
1874 |
"src_lang": "fon_Latn",
|
|
|
1875 |
"tgt_lang": "fra_Latn",
|
1876 |
"tokenizer_class": "NllbTokenizer",
|
|
|
|
|
1877 |
"unk_token": "<unk>"
|
1878 |
}
|
|
|
1867 |
"eos_token": "</s>",
|
1868 |
"legacy_behaviour": false,
|
1869 |
"mask_token": "<mask>",
|
1870 |
+
"max_length": 512,
|
1871 |
"model_max_length": 1024,
|
1872 |
"pad_token": "<pad>",
|
1873 |
"sep_token": "</s>",
|
1874 |
"sp_model_kwargs": {},
|
1875 |
"src_lang": "fon_Latn",
|
1876 |
+
"stride": 0,
|
1877 |
"tgt_lang": "fra_Latn",
|
1878 |
"tokenizer_class": "NllbTokenizer",
|
1879 |
+
"truncation_side": "right",
|
1880 |
+
"truncation_strategy": "longest_first",
|
1881 |
"unk_token": "<unk>"
|
1882 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:272cc57eb8a21f9aeb7fc2b7016f258cfb8a4278ee75da9d3d982fb6f8078634
|
3 |
size 5112
|