nc33 commited on
Commit
c98d27f
1 Parent(s): 3ae25b1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.49644128113879005
28
  - name: Recall
29
  type: recall
30
- value: 0.25857275254865614
31
  - name: F1
32
  type: f1
33
- value: 0.3400365630712979
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9386516181437305
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
  # my_awesome_wnut_model
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.2892
47
- - Precision: 0.4964
48
- - Recall: 0.2586
49
- - F1: 0.3400
50
- - Accuracy: 0.9387
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 | 213 | 0.3054 | 0.3875 | 0.1613 | 0.2277 | 0.9344 |
82
- | No log | 2.0 | 426 | 0.2892 | 0.4964 | 0.2586 | 0.3400 | 0.9387 |
83
 
84
 
85
  ### Framework versions
 
1
  ---
2
+ license: mit
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.5606523955147809
28
  - name: Recall
29
  type: recall
30
+ value: 0.5097312326227988
31
  - name: F1
32
  type: f1
33
+ value: 0.5339805825242718
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9501154142087714
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
41
 
42
  # my_awesome_wnut_model
43
 
44
+ This model is a fine-tuned version of [facebook/muppet-roberta-base](https://huggingface.co/facebook/muppet-roberta-base) on the wnut_17 dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2298
47
+ - Precision: 0.5607
48
+ - Recall: 0.5097
49
+ - F1: 0.5340
50
+ - Accuracy: 0.9501
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.2331 | 0.5333 | 0.4310 | 0.4767 | 0.9459 |
82
+ | No log | 2.0 | 426 | 0.2298 | 0.5607 | 0.5097 | 0.5340 | 0.9501 |
83
 
84
 
85
  ### Framework versions