Luca Tedeschini commited on
Commit
6d07876
·
verified ·
1 Parent(s): f974060

MultiPRIDE-DualEncoder-LPFT-it

Browse files
Files changed (4) hide show
  1. README.md +72 -0
  2. config.json +28 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: nickprock/setfit-italian-hate-speech
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: MultiPRIDE-DualEncoder-LPFT-it
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
+ # MultiPRIDE-DualEncoder-LPFT-it
21
+
22
+ This model is a fine-tuned version of [nickprock/setfit-italian-hate-speech](https://huggingface.co/nickprock/setfit-italian-hate-speech) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0215
25
+ - Accuracy: 0.9202
26
+ - F1: 0.8060
27
+ - Precision: 0.75
28
+ - Recall: 0.8710
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 67
51
+ - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 10
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
58
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
59
+ | 0.1723 | 1.0 | 95 | 0.1277 | 0.8037 | 0.5556 | 0.4878 | 0.6452 |
60
+ | 0.1278 | 2.0 | 190 | 0.0812 | 0.9325 | 0.8 | 0.9167 | 0.7097 |
61
+ | 0.0705 | 3.0 | 285 | 0.0408 | 0.9571 | 0.8889 | 0.875 | 0.9032 |
62
+ | 0.0463 | 4.0 | 380 | 0.0261 | 0.9509 | 0.8788 | 0.8286 | 0.9355 |
63
+ | 0.0329 | 5.0 | 475 | 0.0216 | 0.9325 | 0.8406 | 0.7632 | 0.9355 |
64
+ | 0.0237 | 6.0 | 570 | 0.0215 | 0.9202 | 0.8060 | 0.75 | 0.8710 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.57.3
70
+ - Pytorch 2.9.1+cu128
71
+ - Datasets 4.4.1
72
+ - Tokenizers 0.22.1
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DualEncoderForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "class_weights": [
7
+ 1.2357723712921143,
8
+ 5.241379261016846
9
+ ],
10
+ "classifier_dropout": null,
11
+ "dtype": "bfloat16",
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "bert",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "transformers_version": "4.57.3",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 31102
28
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db58f5528513fa385e4a216aaaaa35589b6fc16c9f0ab91cfe8a9bfba73f2517
3
+ size 443306324
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f01f330d70b201e4fb82602ae039e7a2d904076f32c955bcb83866e1127321
3
+ size 5969