jpbywater commited on
Commit
2fcf590
·
verified ·
1 Parent(s): a9e301d

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -5,7 +5,7 @@ base_model: distilbert/distilbert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
- - accuracy
9
  model-index:
10
  - name: bpeo_classifier
11
  results: []
@@ -18,8 +18,8 @@ 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.4245
22
- - Accuracy: 0.8351
23
 
24
  ## Model description
25
 
@@ -48,10 +48,10 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 164 | 0.4560 | 0.8179 |
54
- | No log | 2.0 | 328 | 0.4245 | 0.8351 |
55
 
56
 
57
  ### Framework versions
 
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
+ - f1
9
  model-index:
10
  - name: bpeo_classifier
11
  results: []
 
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
 
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