Luca Tedeschini
commited on
MultiPRIDE-DualEncoder-MainStage-FT-it
Browse files- README.md +12 -12
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 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.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
-
- Precision: 0.
|
| 28 |
-
- Recall: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -47,19 +47,19 @@ The following hyperparameters were used during training:
|
|
| 47 |
- learning_rate: 5e-06
|
| 48 |
- train_batch_size: 8
|
| 49 |
- eval_batch_size: 8
|
| 50 |
-
- seed:
|
| 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
|
| 58 |
-
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 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.0244
|
| 25 |
+
- Accuracy: 0.9202
|
| 26 |
+
- F1: 0.8060
|
| 27 |
+
- Precision: 0.75
|
| 28 |
+
- Recall: 0.8710
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 47 |
- learning_rate: 5e-06
|
| 48 |
- train_batch_size: 8
|
| 49 |
- eval_batch_size: 8
|
| 50 |
+
- seed: 42
|
| 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.0219 | 1.0 | 95 | 0.0262 | 0.9202 | 0.8060 | 0.75 | 0.8710 |
|
| 60 |
+
| 0.0255 | 2.0 | 190 | 0.0251 | 0.9202 | 0.8060 | 0.75 | 0.8710 |
|
| 61 |
+
| 0.0278 | 3.0 | 285 | 0.0249 | 0.9202 | 0.8060 | 0.75 | 0.8710 |
|
| 62 |
+
| 0.0204 | 4.0 | 380 | 0.0244 | 0.9202 | 0.8060 | 0.75 | 0.8710 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 443306324
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc83d2cc0651ed59d0228c5e0124353732928cf4044002fe3668f984b8156637
|
| 3 |
size 443306324
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a43904e7e0b36a0b6eea1540df0b26129de53c9270ff2cb55380dd96ebf49384
|
| 3 |
size 5969
|