update model card README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: roberta-large-condaqa-neg-tag-token-classification-v2
|
7 |
results: []
|
@@ -13,6 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
# roberta-large-condaqa-neg-tag-token-classification-v2
|
14 |
|
15 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
2 |
license: mit
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- precision
|
7 |
+
- recall
|
8 |
+
- f1
|
9 |
+
- accuracy
|
10 |
model-index:
|
11 |
- name: roberta-large-condaqa-neg-tag-token-classification-v2
|
12 |
results: []
|
|
|
18 |
# roberta-large-condaqa-neg-tag-token-classification-v2
|
19 |
|
20 |
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.0336
|
23 |
+
- Precision: 0.0
|
24 |
+
- Recall: 0.0
|
25 |
+
- F1: 0.0
|
26 |
+
- Accuracy: 0.9916
|
27 |
|
28 |
## Model description
|
29 |
|