eclec commited on
Commit
29ec5b5
·
1 Parent(s): 8a4a4cb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
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.6263
23
- - Accuracy: 0.6572
24
- - F1: 0.6151
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 | Precision | Recall |
58
- |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
- | 0.6346 | 1.0 | 4438 | 0.6263 | 0.6572 | 0.6151 | 0.6966 | 0.5507 |
60
- | 0.5796 | 2.0 | 8876 | 0.6388 | 0.6758 | 0.6833 | 0.6646 | 0.7030 |
61
- | 0.5268 | 3.0 | 13314 | 0.6567 | 0.6715 | 0.6833 | 0.6565 | 0.7123 |
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