Waghya commited on
Commit
c30009d
·
verified ·
1 Parent(s): d846906

End of training

Browse files
Files changed (3) hide show
  1. README.md +86 -0
  2. generation_config.json +16 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Helsinki-NLP/opus-mt-en-mr
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: english-marathi-colloquial-translator1
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
+ # english-marathi-colloquial-translator1
16
+
17
+ This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-mr](https://huggingface.co/Helsinki-NLP/opus-mt-en-mr) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5252
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 8
44
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 2
47
+ - num_epochs: 10
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 15.4233 | 0.3636 | 2 | 7.9121 |
55
+ | 13.0588 | 0.7273 | 4 | 7.9121 |
56
+ | 8.4646 | 1.0 | 6 | 7.9121 |
57
+ | 4.474 | 1.3636 | 8 | 3.3942 |
58
+ | 1.7662 | 1.7273 | 10 | 0.6550 |
59
+ | 0.7863 | 2.0 | 12 | 0.5941 |
60
+ | 1.1458 | 2.3636 | 14 | 0.5240 |
61
+ | 0.8619 | 2.7273 | 16 | 0.4977 |
62
+ | 0.7108 | 3.0 | 18 | 0.4929 |
63
+ | 0.8382 | 3.3636 | 20 | 0.4984 |
64
+ | 0.5416 | 3.7273 | 22 | 0.4854 |
65
+ | 0.2726 | 4.0 | 24 | 0.4787 |
66
+ | 0.4561 | 4.3636 | 26 | 0.4806 |
67
+ | 0.5203 | 4.7273 | 28 | 0.4890 |
68
+ | 0.233 | 5.0 | 30 | 0.4989 |
69
+ | 0.4509 | 5.3636 | 32 | 0.4978 |
70
+ | 0.3384 | 5.7273 | 34 | 0.4999 |
71
+ | 0.1781 | 6.0 | 36 | 0.5054 |
72
+ | 0.3225 | 6.3636 | 38 | 0.5101 |
73
+ | 0.2737 | 6.7273 | 40 | 0.5159 |
74
+ | 0.0695 | 7.0 | 42 | 0.5239 |
75
+ | 0.2417 | 7.3636 | 44 | 0.5263 |
76
+ | 0.3237 | 7.7273 | 46 | 0.5253 |
77
+ | 0.1458 | 8.0 | 48 | 0.5249 |
78
+ | 0.2153 | 8.3636 | 50 | 0.5252 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.47.1
84
+ - Pytorch 2.6.0+cu124
85
+ - Datasets 3.3.1
86
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 61673
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 61673,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 4,
13
+ "pad_token_id": 61673,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.47.1"
16
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea5af077ac75f1d426017ed37b605a0ea5b2ebcafbc2fc4d926caa3560fee078
3
  size 303138088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929e0ae47eda79bd97c6b494b5de40e7d2febb30ce33fd4b4656235011695909
3
  size 303138088