prakod commited on
Commit
8d59179
·
verified ·
1 Parent(s): 40dd6b8

Model save

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: ai4bharat/IndicBART
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: codemix-hi_enhi_4.8
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # codemix-hi_enhi_4.8
17
+
18
+ This model is a fine-tuned version of [ai4bharat/IndicBART](https://huggingface.co/ai4bharat/IndicBART) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.2552
21
+ - Bleu: 13.9653
22
+ - Gen Len: 20.928
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 1e-06
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 4
46
+ - total_train_batch_size: 64
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
54
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
55
+ | 4.4983 | 1.0 | 2787 | 3.8967 | 13.2892 | 20.959 |
56
+ | 3.9008 | 2.0 | 5574 | 3.5217 | 12.6416 | 20.963 |
57
+ | 3.7108 | 3.0 | 8361 | 3.3617 | 13.5284 | 20.973 |
58
+ | 3.6022 | 4.0 | 11148 | 3.2797 | 13.9418 | 20.933 |
59
+ | 3.5622 | 5.0 | 13935 | 3.2552 | 13.9653 | 20.928 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.52.4
65
+ - Pytorch 2.6.0+cu124
66
+ - Datasets 3.6.0
67
+ - Tokenizers 0.21.2
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 64000,
3
+ "eos_token_id": 64001,
4
+ "forced_eos_token_id": 2,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.52.4"
7
+ }