Model save
Browse files
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:
|
| 21 |
-
- Bleu:
|
| 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:
|
| 42 |
-
- train_batch_size:
|
| 43 |
-
- eval_batch_size:
|
| 44 |
- seed: 42
|
| 45 |
- gradient_accumulation_steps: 4
|
| 46 |
-
- total_train_batch_size:
|
| 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 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
|
|
| 60 |
-
|
|
| 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
|