Commit ·
dcfd813
1
Parent(s): d2a3e6b
End of training
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ base_model: google/mt5-small
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
-
-
|
| 8 |
model-index:
|
| 9 |
- name: mt5-small-task3-dataset3
|
| 10 |
results: []
|
|
@@ -17,11 +17,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss:
|
| 21 |
-
-
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -41,30 +41,34 @@ More information needed
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 5.6e-05
|
| 44 |
-
- train_batch_size:
|
| 45 |
-
- eval_batch_size:
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
-
- num_epochs:
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
-
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 61 |
-
|
|
| 62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
| 66 |
|
| 67 |
- Transformers 4.35.2
|
| 68 |
-
- Pytorch 2.1.0+
|
| 69 |
- Datasets 2.15.0
|
| 70 |
- Tokenizers 0.15.0
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
+
- accuracy
|
| 8 |
model-index:
|
| 9 |
- name: mt5-small-task3-dataset3
|
| 10 |
results: []
|
|
|
|
| 17 |
|
| 18 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 1.4093
|
| 21 |
+
- Accuracy: 0.128
|
| 22 |
+
- Mse: 1.5841
|
| 23 |
+
- Log-distance: 0.6809
|
| 24 |
+
- S Score: 0.4800
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
- learning_rate: 5.6e-05
|
| 44 |
+
- train_batch_size: 16
|
| 45 |
+
- eval_batch_size: 16
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
+
- num_epochs: 12
|
| 50 |
|
| 51 |
### Training results
|
| 52 |
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Mse | Log-distance | S Score |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------------:|:-------:|
|
| 55 |
+
| 2.1991 | 1.0 | 250 | 1.5275 | 0.106 | 1.7120 | 0.7824 | 0.4048 |
|
| 56 |
+
| 2.1115 | 2.0 | 500 | 1.5009 | 0.106 | 1.7469 | 0.8062 | 0.3844 |
|
| 57 |
+
| 1.8295 | 3.0 | 750 | 1.4483 | 0.108 | 1.7239 | 0.7902 | 0.3972 |
|
| 58 |
+
| 1.7033 | 4.0 | 1000 | 1.4335 | 0.112 | 1.7052 | 0.7759 | 0.4088 |
|
| 59 |
+
| 1.6426 | 5.0 | 1250 | 1.4224 | 0.12 | 1.5337 | 0.6427 | 0.5112 |
|
| 60 |
+
| 1.5923 | 6.0 | 1500 | 1.4236 | 0.126 | 1.6061 | 0.7015 | 0.4628 |
|
| 61 |
+
| 1.5529 | 7.0 | 1750 | 1.4284 | 0.122 | 1.5984 | 0.6967 | 0.4676 |
|
| 62 |
+
| 1.546 | 8.0 | 2000 | 1.4132 | 0.124 | 1.6032 | 0.6948 | 0.4704 |
|
| 63 |
+
| 1.5364 | 9.0 | 2250 | 1.4306 | 0.116 | 1.6403 | 0.7282 | 0.4460 |
|
| 64 |
+
| 1.5365 | 10.0 | 2500 | 1.4107 | 0.118 | 1.5702 | 0.6681 | 0.4948 |
|
| 65 |
+
| 1.5145 | 11.0 | 2750 | 1.4182 | 0.118 | 1.6041 | 0.7063 | 0.4596 |
|
| 66 |
+
| 1.5103 | 12.0 | 3000 | 1.4093 | 0.128 | 1.5841 | 0.6809 | 0.4800 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
| 70 |
|
| 71 |
- Transformers 4.35.2
|
| 72 |
+
- Pytorch 2.1.0+cu121
|
| 73 |
- Datasets 2.15.0
|
| 74 |
- Tokenizers 0.15.0
|