vipinkatara
commited on
Commit
•
afdeec5
1
Parent(s):
0863745
Model save
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: facebook/mbart-large-50-many-to-many-mmt
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- bleu
|
7 |
+
model-index:
|
8 |
+
- name: mbart-large-50-many-to-many-mmt-finetuned-pt-to-en-arabic-hindi
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# mbart-large-50-many-to-many-mmt-finetuned-pt-to-en-arabic-hindi
|
16 |
+
|
17 |
+
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.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 3.8373
|
20 |
+
- Bleu: 5.0308
|
21 |
+
- Gen Len: 52.3902
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0002
|
41 |
+
- train_batch_size: 64
|
42 |
+
- eval_batch_size: 64
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 10
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
|
52 |
+
| No log | 1.0 | 77 | 2.9700 | 1.8614 | 49.3137 |
|
53 |
+
| No log | 2.0 | 154 | 2.8490 | 2.477 | 49.817 |
|
54 |
+
| No log | 3.0 | 231 | 2.9014 | 2.9323 | 51.0426 |
|
55 |
+
| No log | 4.0 | 308 | 3.0640 | 3.7026 | 62.0698 |
|
56 |
+
| No log | 5.0 | 385 | 3.2683 | 3.9123 | 49.7686 |
|
57 |
+
| No log | 6.0 | 462 | 3.4488 | 4.2838 | 52.1925 |
|
58 |
+
| 1.7841 | 7.0 | 539 | 3.5876 | 4.6755 | 53.1631 |
|
59 |
+
| 1.7841 | 8.0 | 616 | 3.7173 | 4.4499 | 48.1984 |
|
60 |
+
| 1.7841 | 9.0 | 693 | 3.7868 | 4.8237 | 51.9214 |
|
61 |
+
| 1.7841 | 10.0 | 770 | 3.8373 | 5.0308 | 52.3902 |
|
62 |
+
|
63 |
+
|
64 |
+
### Framework versions
|
65 |
+
|
66 |
+
- Transformers 4.40.2
|
67 |
+
- Pytorch 2.3.0+cu121
|
68 |
+
- Datasets 2.19.1
|
69 |
+
- Tokenizers 0.19.1
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 0,
|
3 |
+
"decoder_start_token_id": 2,
|
4 |
+
"early_stopping": true,
|
5 |
+
"eos_token_id": 2,
|
6 |
+
"forced_eos_token_id": 2,
|
7 |
+
"max_length": 200,
|
8 |
+
"num_beams": 5,
|
9 |
+
"pad_token_id": 1,
|
10 |
+
"transformers_version": "4.40.2"
|
11 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2444578688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3462ea9b5a1ced6a308e5add1f6d174bb5f428df3b519880f96a7b362f54cae4
|
3 |
size 2444578688
|
runs/May10_09-29-57_7aeae9bc1f3540229912ccff25f42d99000003/events.out.tfevents.1715333399.7aeae9bc1f3540229912ccff25f42d99000003.3094.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:6f3fe6904c289d98c3c36e2a1faf7b5f569e7c2c7e95579051fd213203e71206
|
3 |
+
size 10019
|