notd5a commited on
Commit
4e01fa5
·
verified ·
1 Parent(s): 7936487

Basic-Spam-Smish-Classifier

Browse files
Files changed (2) hide show
  1. README.md +14 -11
  2. model.safetensors +1 -1
README.md CHANGED
@@ -7,19 +7,19 @@ tags:
7
  metrics:
8
  - accuracy
9
  model-index:
10
- - name: base_model
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # base_model
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0677
22
- - Accuracy: 0.9970
23
 
24
  ## Model description
25
 
@@ -39,23 +39,26 @@ More information needed
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
- - train_batch_size: 16
43
- - eval_batch_size: 16
44
  - seed: 42
45
  - distributed_type: multi-GPU
46
  - num_devices: 4
47
- - total_train_batch_size: 64
48
- - total_eval_batch_size: 64
49
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
- - num_epochs: 2
 
 
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
57
- | No log | 1.0 | 125 | 0.0837 | 0.9945 |
58
- | No log | 2.0 | 250 | 0.0677 | 0.9970 |
 
59
 
60
 
61
  ### Framework versions
 
7
  metrics:
8
  - accuracy
9
  model-index:
10
+ - name: Basic-Spam-Smish-Classifier
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # Basic-Spam-Smish-Classifier
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0760
22
+ - Accuracy: 0.9965
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
+ - train_batch_size: 32
43
+ - eval_batch_size: 64
44
  - seed: 42
45
  - distributed_type: multi-GPU
46
  - num_devices: 4
47
+ - total_train_batch_size: 128
48
+ - total_eval_batch_size: 256
49
  - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
50
  - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 0.06
52
+ - num_epochs: 3
53
+ - mixed_precision_training: Native AMP
54
 
55
  ### Training results
56
 
57
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
58
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
59
+ | 1.2331 | 1.0 | 63 | 0.1649 | 0.9890 |
60
+ | 0.1547 | 2.0 | 126 | 0.0875 | 0.9955 |
61
+ | 0.0621 | 3.0 | 189 | 0.0760 | 0.9965 |
62
 
63
 
64
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b9d0e8b2e308de3fb2c4d7da3b6dd80901608dd0c9c2cc4b60269f2271dc7e7
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c80c21d7cf0b81b9a46221e55ddfc8ce61a20d44c9db4c31465c574e53245e
3
  size 267832560