danieljhand commited on
Commit
a29c2e4
·
verified ·
1 Parent(s): 25f8a03

Increased the number of training epochs. Accuracty and F1 score would benefit from yet further training.

Browse files
Files changed (2) hide show
  1. README.md +7 -6
  2. model.safetensors +1 -1
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.0017
22
- - Accuracy: 0.708
23
- - F1: 0.6943
24
 
25
  ## Model description
26
 
@@ -45,14 +45,15 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 2
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
- | 1.6735 | 1.0 | 1101 | 1.1259 | 0.6794 | 0.6638 |
55
- | 1.0646 | 2.0 | 2202 | 1.0017 | 0.708 | 0.6943 |
 
56
 
57
 
58
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.9082
22
+ - Accuracy: 0.7314
23
+ - F1: 0.7222
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | 1.6559 | 1.0 | 1101 | 1.0917 | 0.6792 | 0.6623 |
55
+ | 1.0185 | 2.0 | 2202 | 0.9466 | 0.7214 | 0.7103 |
56
+ | 0.8851 | 3.0 | 3303 | 0.9082 | 0.7314 | 0.7222 |
57
 
58
 
59
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e7e9c5e9cc712a65a6742b8a275d779a1de31592e7a295cfed143a6c0fbe646
3
  size 267924856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f576f4e6434a120ce716aa5bb0a33a035a2f913c9db88844fcc2f5d6df02147
3
  size 267924856