paopao0226 commited on
Commit
d64e44b
1 Parent(s): 42e7808

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.20394736842105263
28
  - name: Recall
29
  type: recall
30
- value: 0.2897196261682243
31
  - name: F1
32
  type: f1
33
- value: 0.23938223938223938
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.817741935483871
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the wikiann dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.6372
47
- - Precision: 0.2039
48
- - Recall: 0.2897
49
- - F1: 0.2394
50
- - Accuracy: 0.8177
51
 
52
  ## Model description
53
 
@@ -72,15 +72,22 @@ The following hyperparameters were used during training:
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
- - num_epochs: 3
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 13 | 0.7383 | 0.1463 | 0.1121 | 0.1270 | 0.7737 |
82
- | No log | 2.0 | 26 | 0.6586 | 0.1618 | 0.2056 | 0.1811 | 0.8075 |
83
- | No log | 3.0 | 39 | 0.6372 | 0.2039 | 0.2897 | 0.2394 | 0.8177 |
 
 
 
 
 
 
 
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.34523809523809523
28
  - name: Recall
29
  type: recall
30
+ value: 0.5420560747663551
31
  - name: F1
32
  type: f1
33
+ value: 0.4218181818181818
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.8688172043010752
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the wikiann dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.5677
47
+ - Precision: 0.3452
48
+ - Recall: 0.5421
49
+ - F1: 0.4218
50
+ - Accuracy: 0.8688
51
 
52
  ## Model description
53
 
 
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
75
+ - num_epochs: 10
76
 
77
  ### Training results
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 13 | 0.5728 | 0.2077 | 0.3551 | 0.2621 | 0.8199 |
82
+ | No log | 2.0 | 26 | 0.5687 | 0.2889 | 0.3645 | 0.3223 | 0.8312 |
83
+ | No log | 3.0 | 39 | 0.5447 | 0.2857 | 0.4486 | 0.3491 | 0.8425 |
84
+ | No log | 4.0 | 52 | 0.5509 | 0.2881 | 0.4766 | 0.3592 | 0.8489 |
85
+ | No log | 5.0 | 65 | 0.5751 | 0.3121 | 0.4579 | 0.3712 | 0.8511 |
86
+ | No log | 6.0 | 78 | 0.5358 | 0.3851 | 0.5794 | 0.4627 | 0.8667 |
87
+ | No log | 7.0 | 91 | 0.5484 | 0.3491 | 0.5514 | 0.4275 | 0.8645 |
88
+ | No log | 8.0 | 104 | 0.5671 | 0.3580 | 0.5421 | 0.4312 | 0.8672 |
89
+ | No log | 9.0 | 117 | 0.5666 | 0.3494 | 0.5421 | 0.4249 | 0.8688 |
90
+ | No log | 10.0 | 130 | 0.5677 | 0.3452 | 0.5421 | 0.4218 | 0.8688 |
91
 
92
 
93
  ### Framework versions