Steven Liu commited on
Commit
1c66004
1 Parent(s): 23a5e9c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.5355648535564853
28
  - name: Recall
29
  type: recall
30
- value: 0.35588507877664505
31
  - name: F1
32
  type: f1
33
- value: 0.4276169265033407
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9440383053311102
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.2542
47
- - Precision: 0.5356
48
- - Recall: 0.3559
49
- - F1: 0.4276
50
- - Accuracy: 0.9440
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | No log | 1.0 | 213 | 0.2542 | 0.5356 | 0.3559 | 0.4276 | 0.9440 |
82
- | No log | 2.0 | 426 | 0.2605 | 0.5538 | 0.3818 | 0.4520 | 0.9460 |
83
- | 0.0867 | 3.0 | 639 | 0.2745 | 0.5153 | 0.3911 | 0.4447 | 0.9459 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5310245310245311
28
  - name: Recall
29
  type: recall
30
+ value: 0.3410565338276182
31
  - name: F1
32
  type: f1
33
+ value: 0.4153498871331829
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9433542815612842
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2699
47
+ - Precision: 0.5310
48
+ - Recall: 0.3411
49
+ - F1: 0.4153
50
+ - Accuracy: 0.9434
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 213 | 0.2802 | 0.5587 | 0.2956 | 0.3867 | 0.9393 |
82
+ | No log | 2.0 | 426 | 0.2642 | 0.5698 | 0.3216 | 0.4111 | 0.9422 |
83
+ | 0.188 | 3.0 | 639 | 0.2699 | 0.5310 | 0.3411 | 0.4153 | 0.9434 |
84
 
85
 
86
  ### Framework versions