Sharpaxis commited on
Commit
a93013f
·
verified ·
1 Parent(s): 29cfcee

End of training

Browse files
README.md CHANGED
@@ -16,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # distilbert-news-classification
18
 
19
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an custom binary news dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0002
22
- - F1: 0.9999
23
- - Acc: 0.9999
24
 
25
  ## Model description
26
 
@@ -40,24 +40,23 @@ More information needed
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 2e-05
43
- - train_batch_size: 96
44
- - eval_batch_size: 96
45
  - seed: 42
46
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
- - num_epochs: 2
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | F1 | Acc |
53
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
54
- | 0.0046 | 1.0 | 3700 | 0.0003 | 0.9999 | 0.9999 |
55
- | 0.0003 | 2.0 | 7400 | 0.0002 | 0.9999 | 0.9999 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.46.3
61
- - Pytorch 2.4.0
62
  - Datasets 3.1.0
63
- - Tokenizers 0.20.3
 
16
 
17
  # distilbert-news-classification
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.0114
22
+ - F1: 1.0
23
+ - Acc: 1.0
24
 
25
  ## Model description
26
 
 
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 2e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
  - seed: 42
46
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 1
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 | Acc |
53
+ |:-------------:|:-----:|:----:|:---------------:|:---:|:---:|
54
+ | 0.1561 | 1.0 | 90 | 0.0114 | 1.0 | 1.0 |
 
55
 
56
 
57
  ### Framework versions
58
 
59
+ - Transformers 4.47.1
60
+ - Pytorch 2.5.1
61
  - Datasets 3.1.0
62
+ - Tokenizers 0.21.0
runs/Dec30_21-52-19_Aadityas-MacBook-Pro.local/events.out.tfevents.1735575747.Aadityas-MacBook-Pro.local.26825.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a05bdeb880a1846421d2297bf9b96743e7f245714bfe79deb77fdc15583cc834
3
- size 5181
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc556d766f52da50b7183604213c265cde0379148d73f7ca4a4d2777a83b29a
3
+ size 5886