Ragab167 commited on
Commit
f9bd7f0
1 Parent(s): 5120151

Ragab167/m2m_translation_v2

Browse files
Files changed (5) hide show
  1. README.md +20 -12
  2. config.json +1 -1
  3. generation_config.json +1 -1
  4. model.safetensors +1 -1
  5. training_args.bin +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.6394
19
 
20
  ## Model description
21
 
@@ -35,8 +35,8 @@ More information needed
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 5e-05
38
- - train_batch_size: 64
39
- - eval_batch_size: 32
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
@@ -46,18 +46,26 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 3.7525 | 0.53 | 100 | 0.9179 |
50
- | 0.7831 | 1.06 | 200 | 0.6902 |
51
- | 0.6143 | 1.6 | 300 | 0.6662 |
52
- | 0.5988 | 2.13 | 400 | 0.6493 |
53
- | 0.5075 | 2.66 | 500 | 0.6415 |
54
- | 0.4766 | 3.19 | 600 | 0.6408 |
55
- | 0.4445 | 3.72 | 700 | 0.6394 |
 
 
 
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.38.2
61
  - Pytorch 2.1.2
62
- - Datasets 2.1.0
63
  - Tokenizers 0.15.2
 
15
 
16
  This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.1872
19
 
20
  ## Model description
21
 
 
35
 
36
  The following hyperparameters were used during training:
37
  - learning_rate: 5e-05
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 4
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 3.7586 | 0.25 | 100 | 0.4346 |
50
+ | 0.3151 | 0.51 | 200 | 0.2401 |
51
+ | 0.2789 | 0.76 | 300 | 0.2173 |
52
+ | 0.2415 | 1.02 | 400 | 0.2048 |
53
+ | 0.166 | 1.27 | 500 | 0.2021 |
54
+ | 0.161 | 1.52 | 600 | 0.1979 |
55
+ | 0.1653 | 1.78 | 700 | 0.1931 |
56
+ | 0.1508 | 2.03 | 800 | 0.1921 |
57
+ | 0.1107 | 2.28 | 900 | 0.1894 |
58
+ | 0.0961 | 2.54 | 1000 | 0.1905 |
59
+ | 0.1185 | 2.79 | 1100 | 0.1871 |
60
+ | 0.1032 | 3.05 | 1200 | 0.1881 |
61
+ | 0.0788 | 3.3 | 1300 | 0.1881 |
62
+ | 0.0765 | 3.55 | 1400 | 0.1876 |
63
+ | 0.0816 | 3.81 | 1500 | 0.1872 |
64
 
65
 
66
  ### Framework versions
67
 
68
+ - Transformers 4.39.3
69
  - Pytorch 2.1.2
70
+ - Datasets 2.18.0
71
  - Tokenizers 0.15.2
config.json CHANGED
@@ -31,7 +31,7 @@
31
  "pad_token_id": 1,
32
  "scale_embedding": true,
33
  "torch_dtype": "float32",
34
- "transformers_version": "4.38.2",
35
  "use_cache": true,
36
  "vocab_size": 128112
37
  }
 
31
  "pad_token_id": 1,
32
  "scale_embedding": true,
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.39.3",
35
  "use_cache": true,
36
  "vocab_size": 128112
37
  }
generation_config.json CHANGED
@@ -7,5 +7,5 @@
7
  "max_length": 200,
8
  "num_beams": 5,
9
  "pad_token_id": 1,
10
- "transformers_version": "4.38.2"
11
  }
 
7
  "max_length": 200,
8
  "num_beams": 5,
9
  "pad_token_id": 1,
10
+ "transformers_version": "4.39.3"
11
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e819ac3a8b292cae7c145ca2936f26b903faac4248da139e34f138d85a55ed0
3
  size 1935681888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb7a604bbded2bbab46c1eabc882e52bec41b7e2682bdb8646d020de47b4f27
3
  size 1935681888
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a06de3b7ce2b9dc64c466884365b1102dcbce806083d307b467f1bf977ae27a
3
- size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:673df13a22d1b7b8cd680550189c8efb8eeeb56a0bce87a3bcac55714d9e7cc0
3
+ size 5048