Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Accuracy: 28.96%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- Accuracy: 28.96%
|
20 |
+
- single_doc_single_modal Recall: 50.21%
|
21 |
+
- single_doc_single_modal Precision: 26.16%
|
22 |
+
- single_doc_multi_modals Recall: 25.16%
|
23 |
+
- single_doc_multi_modals Precision: 45.62%
|
24 |
+
- multi_docs_single_modal Recall: 17.31%
|
25 |
+
- single_doc_multi_modals Precision: 40.59%
|
26 |
+
- multi_docs_multi_modals Recall: 0%
|
27 |
+
- multi_docs_multi_modals Precision: 0%
|
28 |
|
29 |
## Model description
|
30 |
|