Commit ·
7b0811a
1
Parent(s): 160fbe1
update model card README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [ai4bharat/indic-bert](https://huggingface.co/ai4bharat/indic-bert) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- Precision: 0.
|
| 25 |
-
- Recall: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -48,18 +48,22 @@ The following hyperparameters were used during training:
|
|
| 48 |
- seed: 43
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
-
- num_epochs:
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [ai4bharat/indic-bert](https://huggingface.co/ai4bharat/indic-bert) on an unknown dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.9922
|
| 23 |
+
- Accuracy: 0.5825
|
| 24 |
+
- Precision: 0.5493
|
| 25 |
+
- Recall: 0.5412
|
| 26 |
+
- F1: 0.5428
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 48 |
- seed: 43
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: linear
|
| 51 |
+
- num_epochs: 20
|
| 52 |
|
| 53 |
### Training results
|
| 54 |
|
| 55 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 56 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 57 |
+
| 1.0755 | 1.99 | 612 | 1.0346 | 0.5057 | 0.4072 | 0.4554 | 0.3806 |
|
| 58 |
+
| 1.0175 | 3.99 | 1224 | 1.0096 | 0.5678 | 0.6135 | 0.5011 | 0.4422 |
|
| 59 |
+
| 0.9974 | 5.98 | 1836 | 1.0010 | 0.5776 | 0.5637 | 0.5140 | 0.4799 |
|
| 60 |
+
| 0.9812 | 7.97 | 2448 | 0.9960 | 0.5694 | 0.5426 | 0.5283 | 0.5298 |
|
| 61 |
+
| 0.9675 | 9.97 | 3060 | 0.9956 | 0.5776 | 0.5565 | 0.5422 | 0.5442 |
|
| 62 |
+
| 0.9542 | 11.96 | 3672 | 0.9925 | 0.5882 | 0.5601 | 0.5420 | 0.5419 |
|
| 63 |
+
| 0.944 | 13.95 | 4284 | 0.9907 | 0.5866 | 0.5525 | 0.5441 | 0.5454 |
|
| 64 |
+
| 0.9347 | 15.95 | 4896 | 0.9921 | 0.5858 | 0.5527 | 0.5441 | 0.5456 |
|
| 65 |
+
| 0.9271 | 17.94 | 5508 | 0.9906 | 0.5931 | 0.5596 | 0.5482 | 0.5490 |
|
| 66 |
+
| 0.9236 | 19.93 | 6120 | 0.9922 | 0.5825 | 0.5493 | 0.5412 | 0.5428 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|