sajjad55 commited on
Commit
5c7fc82
1 Parent(s): cddd080

End of training

Browse files
Files changed (2) hide show
  1. README.md +65 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ai4bharat/IndicBART
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: wsdbanglat5_2e4_IndicBART
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # wsdbanglat5_2e4_IndicBART
14
+
15
+ This model is a fine-tuned version of [ai4bharat/IndicBART](https://huggingface.co/ai4bharat/IndicBART) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0112
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 0.0002
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 0.0392 | 1.0 | 1481 | 0.0291 |
49
+ | 0.023 | 2.0 | 2962 | 0.0183 |
50
+ | 0.0191 | 3.0 | 4443 | 0.0180 |
51
+ | 0.0146 | 4.0 | 5924 | 0.0137 |
52
+ | 0.0146 | 5.0 | 7405 | 0.0128 |
53
+ | 0.0121 | 6.0 | 8886 | 0.0123 |
54
+ | 0.0122 | 7.0 | 10367 | 0.0118 |
55
+ | 0.012 | 8.0 | 11848 | 0.0117 |
56
+ | 0.0112 | 9.0 | 13329 | 0.0114 |
57
+ | 0.0116 | 10.0 | 14810 | 0.0112 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.41.2
63
+ - Pytorch 2.1.2
64
+ - Datasets 2.19.2
65
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 64000,
4
+ "eos_token_id": 64001,
5
+ "forced_eos_token_id": 2,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.41.2"
8
+ }