jpbywater commited on
Commit
67bc582
·
verified ·
1 Parent(s): 7a96db3

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -7,6 +7,8 @@ tags:
7
  metrics:
8
  - accuracy
9
  - f1
 
 
10
  model-index:
11
  - name: bpeo_classifier
12
  results: []
@@ -19,9 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.4245
23
- - Accuracy: {'accuracy': 0.8350515463917526}
24
- - F1: {'f1': 0.828225206444621}
 
 
25
 
26
  ## Model description
27
 
@@ -50,10 +54,10 @@ The following hyperparameters were used during training:
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------------------------------:|:--------------------------:|
55
- | No log | 1.0 | 164 | 0.4560 | {'accuracy': 0.8178694158075601} | {'f1': 0.8016096579852476} |
56
- | No log | 2.0 | 328 | 0.4245 | {'accuracy': 0.8350515463917526} | {'f1': 0.828225206444621} |
57
 
58
 
59
  ### Framework versions
 
7
  metrics:
8
  - accuracy
9
  - f1
10
+ - precision
11
+ - recall
12
  model-index:
13
  - name: bpeo_classifier
14
  results: []
 
21
 
22
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.4238
25
+ - Accuracy: 0.8454
26
+ - F1: 0.8386
27
+ - Precision: 0.8510
28
+ - Recall: 0.8454
29
 
30
  ## Model description
31
 
 
54
 
55
  ### Training results
56
 
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | No log | 1.0 | 164 | 0.4494 | 0.8316 | 0.8219 | 0.8365 | 0.8316 |
60
+ | No log | 2.0 | 328 | 0.4238 | 0.8454 | 0.8386 | 0.8510 | 0.8454 |
61
 
62
 
63
  ### Framework versions