Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-sa-4.0
|
| 3 |
---
|
| 4 |
+
### indo-dpr-question_encoder-single-squad-base
|
| 5 |
+
Indonesian Dense Passage Retrieval trained on translated SQuADv2.0 dataset in DPR format.
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
### Evaluation
|
| 9 |
+
|
| 10 |
+
| Class | Precision | Recall | F1-Score | Support |
|
| 11 |
+
|-------|-----------|--------|----------|---------|
|
| 12 |
+
| hard_negative | 0.9963 | 0.9963 | 0.9963 | 183090 |
|
| 13 |
+
| positive | 0.8849 | 0.8849 | 0.8849 | 5910 |
|
| 14 |
+
|
| 15 |
+
| Metric | Value |
|
| 16 |
+
|--------|-------|
|
| 17 |
+
| Accuracy | 0.9928 |
|
| 18 |
+
| Macro Average | 0.9406 |
|
| 19 |
+
| Weighted Average | 0.9928 |
|
| 20 |
+
|
| 21 |
+
Note: This report is for evaluation on the dev set, after 12000 batches.
|