Eappelson commited on
Commit
324cb3b
1 Parent(s): 32f0e31

/Eappelson/new

Browse files
Files changed (3) hide show
  1. README.md +19 -14
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -20,12 +20,12 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6617
24
- - Accuracy: 0.6506
25
- - Precision: 0.6461
26
- - Recall: 0.6506
27
- - F1: 0.6404
28
- - Roc Auc: 0.6614
29
 
30
  ## Model description
31
 
@@ -44,7 +44,7 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 3.878471195998478e-05
48
  - train_batch_size: 8
49
  - eval_batch_size: 8
50
  - seed: 42
@@ -52,16 +52,21 @@ The following hyperparameters were used during training:
52
  - total_train_batch_size: 16
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
- - num_epochs: 4
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc |
60
- |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
61
- | 0.6731 | 0.9796 | 24 | 0.6465 | 0.6145 | 0.6271 | 0.6145 | 0.5549 | 0.6718 |
62
- | 0.6435 | 2.0 | 49 | 0.6477 | 0.6325 | 0.6576 | 0.6325 | 0.5781 | 0.6540 |
63
- | 0.5115 | 2.9796 | 73 | 0.6617 | 0.6506 | 0.6461 | 0.6506 | 0.6404 | 0.6614 |
64
- | 0.4314 | 3.9184 | 96 | 0.6791 | 0.6446 | 0.6480 | 0.6446 | 0.6171 | 0.6573 |
 
 
 
 
 
65
 
66
 
67
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.9041
24
+ - Accuracy: 0.6937
25
+ - Precision: 0.6959
26
+ - Recall: 0.6937
27
+ - F1: 0.6829
28
+ - Roc Auc: 0.6835
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 4.890081827045594e-05
48
  - train_batch_size: 8
49
  - eval_batch_size: 8
50
  - seed: 42
 
52
  - total_train_batch_size: 16
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
+ - num_epochs: 9
56
 
57
  ### Training results
58
 
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Roc Auc |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
61
+ | 0.6496 | 1.0 | 28 | 0.6713 | 0.6216 | 0.6683 | 0.6216 | 0.5502 | 0.6567 |
62
+ | 0.4718 | 2.0 | 56 | 0.7125 | 0.6486 | 0.6463 | 0.6486 | 0.6348 | 0.6667 |
63
+ | 0.2081 | 3.0 | 84 | 0.9041 | 0.6937 | 0.6959 | 0.6937 | 0.6829 | 0.6835 |
64
+ | 0.1064 | 4.0 | 112 | 1.1360 | 0.6667 | 0.6720 | 0.6667 | 0.6474 | 0.6928 |
65
+ | 0.0202 | 5.0 | 140 | 1.1922 | 0.6577 | 0.6543 | 0.6577 | 0.6540 | 0.6928 |
66
+ | 0.1239 | 6.0 | 168 | 1.4047 | 0.6667 | 0.6690 | 0.6667 | 0.6506 | 0.6753 |
67
+ | 0.074 | 7.0 | 196 | 1.3902 | 0.6486 | 0.6448 | 0.6486 | 0.6441 | 0.6683 |
68
+ | 0.0738 | 8.0 | 224 | 1.4045 | 0.6486 | 0.6478 | 0.6486 | 0.6482 | 0.6650 |
69
+ | 0.0458 | 9.0 | 252 | 1.4082 | 0.6306 | 0.6316 | 0.6306 | 0.6311 | 0.6634 |
70
 
71
 
72
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c85724398573c209734c48730d4d92e5642a01036cf83b9906e4563d0b69edef
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8579505096ad2b8567cb5205452ccec1b754f8712d9109f04cfcb6a9c0a29cf5
3
  size 267832560
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56f92b4667c50c3aa6cb78aac6a6f619bb0970c953226e918d7318f82c09cff6
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dafc007093d1df431fea5d18d340e2cdfe0ecabc93c71e0df4c7b705fe666f28
3
  size 5048