rngrye commited on
Commit
ace2b2f
·
verified ·
1 Parent(s): 82e920e

Model save

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: bert-base-cased
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: BERT-cyberbullying-classifier-DirectFeatures
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # BERT-cyberbullying-classifier-DirectFeatures
21
+
22
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.2471
25
+ - Accuracy: 0.9010
26
+ - F1: 0.8939
27
+ - Precision: 0.8993
28
+ - Recall: 0.9010
29
+ - Auc: 0.9337
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 2e-05
49
+ - train_batch_size: 16
50
+ - eval_batch_size: 16
51
+ - seed: 22002423
52
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 2
55
+ - mixed_precision_training: Native AMP
56
+
57
+ ### Training results
58
+
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Auc |
60
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|
61
+ | 0.2739 | 1.0 | 541 | 0.2423 | 0.9047 | 0.8938 | 0.9129 | 0.9047 | 0.9284 |
62
+ | 0.2137 | 2.0 | 1082 | 0.2471 | 0.9010 | 0.8939 | 0.8993 | 0.9010 | 0.9337 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.57.3
68
+ - Pytorch 2.9.0+cu126
69
+ - Datasets 4.0.0
70
+ - Tokenizers 0.22.1