tingchih commited on
Commit
20ed22f
·
1 Parent(s): de858f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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