update model card README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ tags:
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
8 |
-
- precision
|
9 |
-
- recall
|
10 |
model-index:
|
11 |
- name: patentClassfication2
|
12 |
results: []
|
@@ -19,11 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.6966
|
26 |
-
- Recall: 0.5507
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -54,11 +50,11 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
58 |
-
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
- f1
|
|
|
|
|
8 |
model-index:
|
9 |
- name: patentClassfication2
|
10 |
results: []
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.6174
|
21 |
+
- Accuracy: 0.6679
|
22 |
+
- F1: 0.6763
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
55 |
+
| 0.6489 | 1.0 | 4438 | 0.6401 | 0.6589 | 0.6221 |
|
56 |
+
| 0.6055 | 2.0 | 8876 | 0.6174 | 0.6679 | 0.6763 |
|
57 |
+
| 0.5566 | 3.0 | 13314 | 0.6250 | 0.6754 | 0.6839 |
|
58 |
|
59 |
|
60 |
### Framework versions
|