SamaSedaghat commited on
Commit
5de94eb
1 Parent(s): e16ec15

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.5067114093959731
29
  - name: Recall
30
  type: recall
31
- value: 0.2798887859128823
32
  - name: F1
33
  type: f1
34
- value: 0.36059701492537316
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9394638963703988
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.0770
48
- - Precision: 0.5067
49
- - Recall: 0.2799
50
- - F1: 0.3606
51
- - Accuracy: 0.9395
52
 
53
  ## Model description
54
 
@@ -79,8 +79,8 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | No log | 1.0 | 213 | 0.0859 | 0.4361 | 0.1297 | 0.2000 | 0.9336 |
83
- | No log | 2.0 | 426 | 0.0770 | 0.5067 | 0.2799 | 0.3606 | 0.9395 |
84
 
85
 
86
  ### Framework versions
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.44208809135399674
29
  - name: Recall
30
  type: recall
31
+ value: 0.2511584800741427
32
  - name: F1
33
  type: f1
34
+ value: 0.32033096926713944
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.938480612201274
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the wnut_17 dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.0759
48
+ - Precision: 0.4421
49
+ - Recall: 0.2512
50
+ - F1: 0.3203
51
+ - Accuracy: 0.9385
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | No log | 1.0 | 213 | 0.0822 | 0.4343 | 0.1501 | 0.2231 | 0.9341 |
83
+ | No log | 2.0 | 426 | 0.0759 | 0.4421 | 0.2512 | 0.3203 | 0.9385 |
84
 
85
 
86
  ### Framework versions