bobbyw commited on
Commit
c17fbb2
·
1 Parent(s): 6630522

End of training

Browse files
Files changed (1) hide show
  1. README.md +18 -10
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.4438
22
  - F1: 0.0
23
  - Roc Auc: 0.5
24
- - Accuracy: 0.88
25
 
26
  ## Model description
27
 
@@ -41,24 +41,32 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 32
45
- - eval_batch_size: 32
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 2
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:---:|:-------:|:--------:|
55
- | No log | 1.0 | 7 | 0.4625 | 0.0 | 0.5 | 0.88 |
56
- | No log | 2.0 | 14 | 0.4438 | 0.0 | 0.5 | 0.88 |
 
 
 
 
 
 
 
 
57
 
58
 
59
  ### Framework versions
60
 
61
- - Transformers 4.35.1
62
  - Pytorch 2.1.0+cu118
63
- - Datasets 2.14.6
64
- - Tokenizers 0.14.1
 
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
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 10
50
 
51
  ### Training results
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