StatsGary commited on
Commit
b45a4b5
1 Parent(s): 1c206a2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.527336860670194
28
  - name: Recall
29
  type: recall
30
- value: 0.27710843373493976
31
  - name: F1
32
  type: f1
33
- value: 0.36330498177399756
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.939506647856013
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.2825
47
- - Precision: 0.5273
48
- - Recall: 0.2771
49
- - F1: 0.3633
50
- - Accuracy: 0.9395
51
 
52
  ## Model description
53
 
@@ -66,9 +66,9 @@ More information needed
66
  ### Training hyperparameters
67
 
68
  The following hyperparameters were used during training:
69
- - learning_rate: 2e-05
70
- - train_batch_size: 16
71
- - eval_batch_size: 16
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
@@ -78,8 +78,8 @@ 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.2920 | 0.3733 | 0.2076 | 0.2668 | 0.9352 |
82
- | No log | 2.0 | 426 | 0.2825 | 0.5273 | 0.2771 | 0.3633 | 0.9395 |
83
 
84
 
85
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5846994535519126
28
  - name: Recall
29
  type: recall
30
+ value: 0.39666357738646896
31
  - name: F1
32
  type: f1
33
+ value: 0.47266703478741023
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.947714933093925
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.2932
47
+ - Precision: 0.5847
48
+ - Recall: 0.3967
49
+ - F1: 0.4727
50
+ - Accuracy: 0.9477
51
 
52
  ## Model description
53
 
 
66
  ### Training hyperparameters
67
 
68
  The following hyperparameters were used during training:
69
+ - learning_rate: 5e-05
70
+ - train_batch_size: 32
71
+ - eval_batch_size: 32
72
  - seed: 42
73
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
74
  - lr_scheduler_type: linear
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 107 | 0.2419 | 0.5242 | 0.4319 | 0.4736 | 0.9469 |
82
+ | No log | 2.0 | 214 | 0.2932 | 0.5847 | 0.3967 | 0.4727 | 0.9477 |
83
 
84
 
85
  ### Framework versions