End of training
Browse files
README.md
CHANGED
@@ -4,6 +4,9 @@ license: apache-2.0
|
|
4 |
base_model: google/mt5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: mT5_base
|
9 |
results: []
|
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Loss: 0.1703
|
20 |
-
- Bleu Score: 51.
|
|
|
|
|
21 |
- Gen Len: 16.8805
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -47,16 +53,16 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
-
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Gen Len |
|
51 |
-
|
52 |
-
| 1.3269 | 1.0 | 838 | 0.2396 | 48.
|
53 |
-
| 0.2831 | 2.0 | 1676 | 0.1861 | 50.
|
54 |
-
| 0.2167 | 3.0 | 2514 | 0.1703 | 51.
|
55 |
|
56 |
|
57 |
### Framework versions
|
58 |
|
59 |
-
- Transformers 4.45.
|
60 |
- Pytorch 2.4.1+cu121
|
61 |
-
- Datasets 3.0.
|
62 |
- Tokenizers 0.20.0
|
|
|
4 |
base_model: google/mt5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
model-index:
|
11 |
- name: mT5_base
|
12 |
results: []
|
|
|
20 |
This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.1703
|
23 |
+
- Bleu Score: 51.176
|
24 |
+
- Precision: 27.4791
|
25 |
+
- Recall: 27.4791
|
26 |
- Gen Len: 16.8805
|
27 |
+
- Err: 27.4791
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu Score | Precision | Recall | Gen Len | Err |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:----------:|:---------:|:-------:|:-------:|:-------:|
|
58 |
+
| 1.3269 | 1.0 | 838 | 0.2396 | 48.4521 | 20.7885 | 20.7885 | 16.8339 | 20.7885 |
|
59 |
+
| 0.2831 | 2.0 | 1676 | 0.1861 | 50.5118 | 26.1649 | 26.1649 | 16.8781 | 26.1649 |
|
60 |
+
| 0.2167 | 3.0 | 2514 | 0.1703 | 51.176 | 27.4791 | 27.4791 | 16.8805 | 27.4791 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.45.1
|
66 |
- Pytorch 2.4.1+cu121
|
67 |
+
- Datasets 3.0.1
|
68 |
- Tokenizers 0.20.0
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
-
"transformers_version": "4.45.
|
6 |
}
|
|
|
2 |
"decoder_start_token_id": 0,
|
3 |
"eos_token_id": 1,
|
4 |
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.45.1"
|
6 |
}
|
logs/events.out.tfevents.1727572237.76352986eb08.2580.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb811e1e221835b9270abced23c27043aa5265659f4a6b0d757f61d9f925609
|
3 |
+
size 7775
|