Xtiphyn commited on
Commit
67a8c9a
·
verified ·
1 Parent(s): 6feee6d

xtiphyn/News-classification

Browse files
Files changed (3) hide show
  1. README.md +9 -8
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 1.1131
23
- - Accuracy: 0.7275
24
- - F1: 0.7255
25
 
26
  ## Model description
27
 
@@ -46,17 +46,18 @@ The following hyperparameters were used during training:
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
- - num_epochs: 4
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
56
- | 0.9698 | 1.0 | 5872 | 0.9485 | 0.7162 | 0.7105 |
57
- | 0.7279 | 2.0 | 11744 | 0.9095 | 0.7329 | 0.7253 |
58
- | 0.4669 | 3.0 | 17616 | 1.0053 | 0.7291 | 0.7257 |
59
- | 0.2848 | 4.0 | 23488 | 1.1131 | 0.7275 | 0.7255 |
 
60
 
61
 
62
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 1.3143
23
+ - Accuracy: 0.7234
24
+ - F1: 0.7225
25
 
26
  ## Model description
27
 
 
46
  - seed: 42
47
  - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
56
+ | 1.0029 | 1.0 | 5872 | 0.9577 | 0.7152 | 0.7091 |
57
+ | 0.734 | 2.0 | 11744 | 0.9163 | 0.7309 | 0.7233 |
58
+ | 0.4823 | 3.0 | 17616 | 1.0005 | 0.7283 | 0.7251 |
59
+ | 0.3021 | 4.0 | 23488 | 1.1558 | 0.7252 | 0.7241 |
60
+ | 0.1596 | 5.0 | 29360 | 1.3143 | 0.7234 | 0.7225 |
61
 
62
 
63
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d69252b1daedf4f7e579b36fae334d35fd197859865846c6bba66c121e4c4d17
3
  size 267918696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66a2e5fcbbee1490384f4fa37ea8c5b7aca3a6ab597d665d142500b59b71855e
3
  size 267918696
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:727961f2fb934f7d9c2a5d50164a998b6457b796689bdd8ce117e38e589e8051
3
  size 5754
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880b85567f6201c637f088c448f2ceacfa5787f5be9fc0b47e91b4a683204836
3
  size 5754