pratikshashetty5618 commited on
Commit
777f8da
·
verified ·
1 Parent(s): ea9845e

Model save

Browse files
Files changed (2) hide show
  1. README.md +99 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
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-translator-updated
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-translator-updated
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.6189
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: 3
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:-----:|:---------------:|
54
+ | 0.5693 | 0.08 | 500 | 0.6740 |
55
+ | 0.8813 | 0.16 | 1000 | 0.6623 |
56
+ | 0.4563 | 0.24 | 1500 | 0.6546 |
57
+ | 0.306 | 0.32 | 2000 | 0.6500 |
58
+ | 0.4356 | 0.4 | 2500 | 0.6460 |
59
+ | 0.9248 | 0.48 | 3000 | 0.6441 |
60
+ | 0.5172 | 0.56 | 3500 | 0.6410 |
61
+ | 0.6833 | 0.64 | 4000 | 0.6391 |
62
+ | 0.6665 | 0.72 | 4500 | 0.6365 |
63
+ | 0.6056 | 0.8 | 5000 | 0.6360 |
64
+ | 0.7969 | 0.88 | 5500 | 0.6338 |
65
+ | 1.0205 | 0.96 | 6000 | 0.6325 |
66
+ | 0.7191 | 1.04 | 6500 | 0.6312 |
67
+ | 0.7727 | 1.12 | 7000 | 0.6300 |
68
+ | 0.7991 | 1.2 | 7500 | 0.6287 |
69
+ | 0.4923 | 1.28 | 8000 | 0.6286 |
70
+ | 0.4553 | 1.3600 | 8500 | 0.6270 |
71
+ | 0.9829 | 1.44 | 9000 | 0.6265 |
72
+ | 0.8621 | 1.52 | 9500 | 0.6257 |
73
+ | 0.6201 | 1.6 | 10000 | 0.6242 |
74
+ | 0.9138 | 1.6800 | 10500 | 0.6234 |
75
+ | 0.5501 | 1.76 | 11000 | 0.6233 |
76
+ | 0.7267 | 1.8400 | 11500 | 0.6232 |
77
+ | 0.7323 | 1.92 | 12000 | 0.6223 |
78
+ | 1.0083 | 2.0 | 12500 | 0.6222 |
79
+ | 0.3809 | 2.08 | 13000 | 0.6220 |
80
+ | 0.9979 | 2.16 | 13500 | 0.6214 |
81
+ | 0.5853 | 2.24 | 14000 | 0.6211 |
82
+ | 0.6319 | 2.32 | 14500 | 0.6207 |
83
+ | 0.7518 | 2.4 | 15000 | 0.6206 |
84
+ | 0.6834 | 2.48 | 15500 | 0.6198 |
85
+ | 0.246 | 2.56 | 16000 | 0.6198 |
86
+ | 0.5533 | 2.64 | 16500 | 0.6194 |
87
+ | 0.5569 | 2.7200 | 17000 | 0.6193 |
88
+ | 0.5367 | 2.8 | 17500 | 0.6189 |
89
+ | 0.5825 | 2.88 | 18000 | 0.6189 |
90
+ | 0.8336 | 2.96 | 18500 | 0.6189 |
91
+
92
+
93
+ ### Framework versions
94
+
95
+ - PEFT 0.14.0
96
+ - Transformers 4.48.3
97
+ - Pytorch 2.6.0+cu124
98
+ - Datasets 3.3.1
99
+ - Tokenizers 0.21.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:869ac85182f83d0e62c2474dd2e11ad14f27ea769c670ab08fe12ff51d36fd7f
3
  size 3554032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e150e793aface21c69791d6778aa86a65f8be1e9bc46e89e92f48895e069bb37
3
  size 3554032