peteparker456
commited on
Commit
•
bc52ede
1
Parent(s):
e1548ed
End of training
Browse files- README.md +16 -15
- generation_config.json +2 -1
README.md
CHANGED
@@ -10,11 +10,12 @@ model-index:
|
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
|
|
13 |
# mbart-large-50-many-to-many-mmt-finetuned-human-to-assistant
|
14 |
|
15 |
This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss:
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -34,8 +35,8 @@ More information needed
|
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
- learning_rate: 3e-05
|
37 |
-
- train_batch_size:
|
38 |
-
- eval_batch_size:
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
@@ -46,21 +47,21 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
-
| No log | 1.0 |
|
50 |
-
| No log | 2.0 |
|
51 |
-
| No log | 3.0 |
|
52 |
-
| No log | 4.0 |
|
53 |
-
| No log | 5.0 |
|
54 |
-
| No log | 6.0 |
|
55 |
-
| No log | 7.0 |
|
56 |
-
| No log | 8.0 |
|
57 |
-
| No log | 9.0 |
|
58 |
-
| No log | 10.0 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
62 |
|
63 |
-
- Transformers 4.42.
|
64 |
-
- Pytorch 2.
|
65 |
- Datasets 2.20.0
|
66 |
- Tokenizers 0.19.1
|
|
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/peterparkercar321-amrita-vishwa-vidyapeetham/huggingface/runs/97jf138x)
|
14 |
# mbart-large-50-many-to-many-mmt-finetuned-human-to-assistant
|
15 |
|
16 |
This model is a fine-tuned version of [facebook/mbart-large-50-many-to-many-mmt](https://huggingface.co/facebook/mbart-large-50-many-to-many-mmt) on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.5397
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 3e-05
|
38 |
+
- train_batch_size: 8
|
39 |
+
- eval_batch_size: 8
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 9 | 1.3946 |
|
51 |
+
| No log | 2.0 | 18 | 1.3488 |
|
52 |
+
| No log | 3.0 | 27 | 1.3852 |
|
53 |
+
| No log | 4.0 | 36 | 1.4675 |
|
54 |
+
| No log | 5.0 | 45 | 1.5198 |
|
55 |
+
| No log | 6.0 | 54 | 1.5201 |
|
56 |
+
| No log | 7.0 | 63 | 1.5057 |
|
57 |
+
| No log | 8.0 | 72 | 1.4997 |
|
58 |
+
| No log | 9.0 | 81 | 1.5251 |
|
59 |
+
| No log | 10.0 | 90 | 1.5397 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
+
- Transformers 4.42.3
|
65 |
+
- Pytorch 2.1.2
|
66 |
- Datasets 2.20.0
|
67 |
- Tokenizers 0.19.1
|
generation_config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 0,
|
3 |
"decoder_start_token_id": 2,
|
4 |
"early_stopping": true,
|
@@ -7,5 +8,5 @@
|
|
7 |
"max_length": 200,
|
8 |
"num_beams": 5,
|
9 |
"pad_token_id": 1,
|
10 |
-
"transformers_version": "4.42.
|
11 |
}
|
|
|
1 |
{
|
2 |
+
"_from_model_config": true,
|
3 |
"bos_token_id": 0,
|
4 |
"decoder_start_token_id": 2,
|
5 |
"early_stopping": true,
|
|
|
8 |
"max_length": 200,
|
9 |
"num_beams": 5,
|
10 |
"pad_token_id": 1,
|
11 |
+
"transformers_version": "4.42.3"
|
12 |
}
|