jonastokoliu commited on
Commit
506b763
1 Parent(s): f72db13

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.4870775347912525
28
  - name: Recall
29
  type: recall
30
- value: 0.22706209453197404
31
  - name: F1
32
  type: f1
33
- value: 0.3097345132743363
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9376255824889915
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,13 +41,13 @@ should probably proofread and complete it, then remove this comment. -->
41
 
42
  # token_classification_finetune
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.2891
47
- - Precision: 0.4871
48
- - Recall: 0.2271
49
- - F1: 0.3097
50
- - Accuracy: 0.9376
51
 
52
  ## Model description
53
 
@@ -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 | 107 | 0.3080 | 0.3528 | 0.1010 | 0.1571 | 0.9317 |
82
- | No log | 2.0 | 214 | 0.2891 | 0.4871 | 0.2271 | 0.3097 | 0.9376 |
83
 
84
 
85
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5759878419452887
28
  - name: Recall
29
  type: recall
30
+ value: 0.35125115848007415
31
  - name: F1
32
  type: f1
33
+ value: 0.436384571099597
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9444206926036768
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  # token_classification_finetune
43
 
44
+ This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert-base-v2) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2489
47
+ - Precision: 0.5760
48
+ - Recall: 0.3513
49
+ - F1: 0.4364
50
+ - Accuracy: 0.9444
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 107 | 0.2573 | 0.6011 | 0.3003 | 0.4005 | 0.9409 |
82
+ | No log | 2.0 | 214 | 0.2489 | 0.5760 | 0.3513 | 0.4364 | 0.9444 |
83
 
84
 
85
  ### Framework versions