ibi15 commited on
Commit
1602d1c
·
verified ·
1 Parent(s): 53727e3

End of training

Browse files
Files changed (4) hide show
  1. README.md +52 -52
  2. config.json +26 -26
  3. model.safetensors +1 -1
  4. training_args.bin +2 -2
README.md CHANGED
@@ -1,52 +1,52 @@
1
- ---
2
- library_name: transformers
3
- base_model: ibi15/spam-detection
4
- tags:
5
- - generated_from_trainer
6
- model-index:
7
- - name: spam-detection
8
- results: []
9
- ---
10
-
11
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
- should probably proofread and complete it, then remove this comment. -->
13
-
14
- # spam-detection
15
-
16
- This model is a fine-tuned version of [ibi15/spam-detection](https://huggingface.co/ibi15/spam-detection) on the None dataset.
17
-
18
- ## Model description
19
-
20
- More information needed
21
-
22
- ## Intended uses & limitations
23
-
24
- More information needed
25
-
26
- ## Training and evaluation data
27
-
28
- More information needed
29
-
30
- ## Training procedure
31
-
32
- ### Training hyperparameters
33
-
34
- The following hyperparameters were used during training:
35
- - learning_rate: 5e-05
36
- - train_batch_size: 8
37
- - eval_batch_size: 8
38
- - seed: 42
39
- - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
40
- - lr_scheduler_type: linear
41
- - num_epochs: 3
42
-
43
- ### Training results
44
-
45
-
46
-
47
- ### Framework versions
48
-
49
- - Transformers 4.57.5
50
- - Pytorch 2.9.1+cpu
51
- - Datasets 4.4.2
52
- - Tokenizers 0.22.2
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: ibi15/spam-detection
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Spam-Detection
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # Spam-Detection
15
+
16
+ This model is a fine-tuned version of [ibi15/spam-detection](https://huggingface.co/ibi15/spam-detection) on the None dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 3
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.57.5
50
+ - Pytorch 2.9.1+cpu
51
+ - Datasets 4.4.2
52
+ - Tokenizers 0.22.2
config.json CHANGED
@@ -1,26 +1,26 @@
1
- {
2
- "architectures": [
3
- "BertForSequenceClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "dtype": "float32",
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 128,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 512,
14
- "layer_norm_eps": 1e-12,
15
- "max_position_embeddings": 512,
16
- "model_type": "bert",
17
- "num_attention_heads": 2,
18
- "num_hidden_layers": 2,
19
- "pad_token_id": 0,
20
- "position_embedding_type": "absolute",
21
- "problem_type": "single_label_classification",
22
- "transformers_version": "4.57.5",
23
- "type_vocab_size": 2,
24
- "use_cache": true,
25
- "vocab_size": 30522
26
- }
 
1
+ {
2
+ "architectures": [
3
+ "BertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "dtype": "float32",
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 128,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 512,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 2,
18
+ "num_hidden_layers": 2,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "transformers_version": "4.57.5",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:911b505e89b8a36ca5e2fabe32b71681806f2b47e324bc36fa17c408a3d0367d
3
  size 17549312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc87efab6014c913b19d90986e84618c6a72ac6e04d2e9ff1eb84597c361ccef
3
  size 17549312
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c3d9e2abca16d7da70085defe99e1dfe5442c216592fecc4e2db0c5e3441600
3
- size 5905
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86a9808a2282e19cf88cd56bd021be7150c0dff4b6213096303a3f94356eb99d
3
+ size 5841