jpbywater commited on
Commit
6e56e53
·
verified ·
1 Parent(s): 3111b16

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -5,6 +5,7 @@ base_model: distilbert/distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
 
8
  - f1
9
  model-index:
10
  - name: bpeo_classifier
@@ -18,8 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.4238
22
- - F1: 0.8386
 
23
 
24
  ## Model description
25
 
@@ -48,10 +50,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | F1 |
52
- |:-------------:|:-----:|:----:|:---------------:|:------:|
53
- | No log | 1.0 | 164 | 0.4494 | 0.8219 |
54
- | No log | 2.0 | 328 | 0.4238 | 0.8386 |
55
 
56
 
57
  ### Framework versions
 
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
+ - accuracy
9
  - f1
10
  model-index:
11
  - name: bpeo_classifier
 
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
 
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