bobbyw commited on
Commit
c0f8c11
·
verified ·
1 Parent(s): 795d3c8

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -18,10 +18,10 @@ 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: 0.0504
22
  - F1: 0.0
23
  - Roc Auc: 0.5
24
- - Accuracy: 0.96
25
 
26
  ## Model description
27
 
@@ -52,21 +52,21 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
55
- | No log | 1.0 | 35 | 0.3812 | 0.0 | 0.5 | 0.96 |
56
- | No log | 2.0 | 70 | 0.2404 | 0.0 | 0.5 | 0.96 |
57
- | No log | 3.0 | 105 | 0.1566 | 0.0 | 0.5 | 0.96 |
58
- | No log | 4.0 | 140 | 0.1087 | 0.0 | 0.5 | 0.96 |
59
- | No log | 5.0 | 175 | 0.0822 | 0.0 | 0.5 | 0.96 |
60
- | No log | 6.0 | 210 | 0.0674 | 0.0 | 0.5 | 0.96 |
61
- | No log | 7.0 | 245 | 0.0588 | 0.0 | 0.5 | 0.96 |
62
- | No log | 8.0 | 280 | 0.0539 | 0.0 | 0.5 | 0.96 |
63
- | No log | 9.0 | 315 | 0.0512 | 0.0 | 0.5 | 0.96 |
64
- | No log | 10.0 | 350 | 0.0504 | 0.0 | 0.5 | 0.96 |
65
 
66
 
67
  ### Framework versions
68
 
69
  - Transformers 4.35.2
70
- - Pytorch 2.1.0+cu118
71
- - Datasets 2.15.0
72
- - Tokenizers 0.15.0
 
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.0035
22
  - F1: 0.0
23
  - Roc Auc: 0.5
24
+ - Accuracy: 0.9824
25
 
26
  ## Model description
27
 
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
55
+ | No log | 1.0 | 222 | 0.0251 | 0.0 | 0.5 | 0.9824 |
56
+ | No log | 2.0 | 444 | 0.0088 | 0.0 | 0.5 | 0.9824 |
57
+ | 0.1019 | 3.0 | 666 | 0.0068 | 0.0 | 0.5 | 0.9824 |
58
+ | 0.1019 | 4.0 | 888 | 0.0056 | 0.0 | 0.5 | 0.9824 |
59
+ | 0.0148 | 5.0 | 1110 | 0.0051 | 0.0 | 0.5 | 0.9824 |
60
+ | 0.0148 | 6.0 | 1332 | 0.0042 | 0.0 | 0.5 | 0.9824 |
61
+ | 0.0119 | 7.0 | 1554 | 0.0040 | 0.0 | 0.5 | 0.9824 |
62
+ | 0.0119 | 8.0 | 1776 | 0.0036 | 0.0 | 0.5 | 0.9824 |
63
+ | 0.0119 | 9.0 | 1998 | 0.0035 | 0.0 | 0.5 | 0.9824 |
64
+ | 0.0101 | 10.0 | 2220 | 0.0035 | 0.0 | 0.5 | 0.9824 |
65
 
66
 
67
  ### Framework versions
68
 
69
  - Transformers 4.35.2
70
+ - Pytorch 2.1.0+cu121
71
+ - Datasets 2.16.1
72
+ - Tokenizers 0.15.1