Commit 路
bb000fc
1
Parent(s): f15a549
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 13 |
|
| 14 |
# indic-mALBERT-uncased
|
| 15 |
|
| 16 |
-
This model is a fine-tuned version of [
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -44,7 +44,22 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
### Framework versions
|
| 50 |
|
|
|
|
| 13 |
|
| 14 |
# indic-mALBERT-uncased
|
| 15 |
|
| 16 |
+
This model is a uncased fine-tuned version of [indic-bert](https://huggingface.co/ai4bharat/indic-bert) on the squad_v2 dataset.
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
+
| Key | Value |
|
| 48 |
+
|-------------------------|------------------------|
|
| 49 |
+
| epoch | 5.0 |
|
| 50 |
+
| eval_HasAns_exact | 53.54251012145749 |
|
| 51 |
+
| eval_HasAns_f1 | 63.501893668646716 |
|
| 52 |
+
| eval_HasAns_total | 5928 |
|
| 53 |
+
| eval_NoAns_exact | 75.10513036164845 |
|
| 54 |
+
| eval_NoAns_f1 | 75.10513036164845 |
|
| 55 |
+
| eval_NoAns_total | 5945 |
|
| 56 |
+
| eval_exact | 64.3392571380443 |
|
| 57 |
+
| eval_f1 | 69.31181888888594 |
|
| 58 |
+
| eval_runtime | 69.5054 |
|
| 59 |
+
| eval_samples | 12000 |
|
| 60 |
+
| eval_samples_per_second | 172.649 |
|
| 61 |
+
| eval_steps_per_second | 5.395 |
|
| 62 |
+
| eval_total | 11873 |
|
| 63 |
|
| 64 |
### Framework versions
|
| 65 |
|