lupobricco
commited on
Commit
•
6298e17
1
Parent(s):
642467c
End of training
Browse files- README.md +70 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: lupobricco/irony_classification_single_label_base
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: ironita_finetuned_singlelabel_prompet
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# ironita_finetuned_singlelabel_prompet
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [lupobricco/irony_classification_single_label_base](https://huggingface.co/lupobricco/irony_classification_single_label_base) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2508
|
21 |
+
- Accuracy: 0.8436
|
22 |
+
- F1: 0.5211
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 8
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.4657 | 1.0 | 715 | 0.7454 | 0.8110 | 0.5087 |
|
54 |
+
| 0.2039 | 2.0 | 1430 | 0.8910 | 0.8265 | 0.4871 |
|
55 |
+
| 0.0559 | 3.0 | 2145 | 1.0045 | 0.8282 | 0.4603 |
|
56 |
+
| 0.0434 | 4.0 | 2860 | 1.0742 | 0.8454 | 0.5008 |
|
57 |
+
| 0.0297 | 5.0 | 3575 | 1.2070 | 0.8436 | 0.4886 |
|
58 |
+
| 0.0108 | 6.0 | 4290 | 1.2899 | 0.8368 | 0.5006 |
|
59 |
+
| 0.0154 | 7.0 | 5005 | 1.1797 | 0.8540 | 0.5073 |
|
60 |
+
| 0.0081 | 8.0 | 5720 | 1.1496 | 0.8436 | 0.5047 |
|
61 |
+
| 0.0092 | 9.0 | 6435 | 1.2508 | 0.8436 | 0.5211 |
|
62 |
+
| 0.0052 | 10.0 | 7150 | 1.2359 | 0.8471 | 0.4992 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- Transformers 4.40.1
|
68 |
+
- Pytorch 2.3.0+cu118
|
69 |
+
- Datasets 2.19.0
|
70 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442521180
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d8123f3ee8159edeaed7e1769978ce94c8538bae9a53511809ef56c14105c1d
|
3 |
size 442521180
|