prakod commited on
Commit
2355abb
·
verified ·
1 Parent(s): 72e6e71

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
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: 1.0987
21
- - Bleu: 13.9044
22
  - Gen Len: 21.0
23
 
24
  ## Model description
@@ -38,12 +38,12 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 2e-05
42
- - train_batch_size: 24
43
- - eval_batch_size: 24
44
  - seed: 42
45
  - gradient_accumulation_steps: 4
46
- - total_train_batch_size: 96
47
  - optimizer: Use 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
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
55
  |:-------------:|:------:|:-----:|:---------------:|:-------:|:-------:|
56
- | 1.5602 | 1.0 | 5031 | 1.2958 | 13.8343 | 21.0 |
57
- | 1.3896 | 2.0 | 10062 | 1.1714 | 13.8416 | 21.0 |
58
- | 1.3129 | 3.0 | 15093 | 1.1251 | 13.9963 | 21.0 |
59
- | 1.2768 | 4.0 | 20124 | 1.1051 | 13.8623 | 21.0 |
60
- | 1.2599 | 4.9991 | 25150 | 1.0987 | 13.9044 | 21.0 |
61
 
62
 
63
  ### Framework versions
 
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: 2.2986
21
+ - Bleu: 11.9231
22
  - Gen Len: 21.0
23
 
24
  ## Model description
 
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 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
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
55
  |:-------------:|:------:|:-----:|:---------------:|:-------:|:-------:|
56
+ | 3.7106 | 1.0 | 7546 | 3.3985 | 13.2137 | 21.0 |
57
+ | 3.2584 | 2.0 | 15092 | 2.8989 | 12.9778 | 20.992 |
58
+ | 2.9447 | 3.0 | 22638 | 2.5509 | 14.0866 | 21.0 |
59
+ | 2.7786 | 4.0 | 30184 | 2.3583 | 12.4674 | 21.0 |
60
+ | 2.7111 | 4.9994 | 37725 | 2.2986 | 11.9231 | 21.0 |
61
 
62
 
63
  ### Framework versions