g8a9 commited on
Commit
c1f991a
·
1 Parent(s): 8adb1e8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: bert-italian-xxl-cased-ItaCoLA
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # bert-italian-xxl-cased-ItaCoLA
16
+
17
+ This model is a fine-tuned version of [dbmdz/bert-base-italian-xxl-cased](https://huggingface.co/dbmdz/bert-base-italian-xxl-cased) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5610
20
+ - Accuracy: 0.8943
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 1e-05
40
+ - train_batch_size: 32
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: constant
45
+ - lr_scheduler_warmup_ratio: 0.1
46
+ - num_epochs: 10.0
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.4243 | 0.41 | 100 | 0.3805 | 0.8541 |
53
+ | 0.3806 | 0.82 | 200 | 0.3862 | 0.8573 |
54
+ | 0.3289 | 1.23 | 300 | 0.3537 | 0.8679 |
55
+ | 0.2967 | 1.64 | 400 | 0.3165 | 0.8827 |
56
+ | 0.2992 | 2.05 | 500 | 0.3382 | 0.8784 |
57
+ | 0.2273 | 2.46 | 600 | 0.3294 | 0.8816 |
58
+ | 0.2215 | 2.87 | 700 | 0.3049 | 0.8911 |
59
+ | 0.1718 | 3.28 | 800 | 0.3531 | 0.8911 |
60
+ | 0.1757 | 3.69 | 900 | 0.3903 | 0.8922 |
61
+ | 0.1698 | 4.1 | 1000 | 0.3871 | 0.8953 |
62
+ | 0.1307 | 4.51 | 1100 | 0.4255 | 0.8953 |
63
+ | 0.1426 | 4.92 | 1200 | 0.3729 | 0.8985 |
64
+ | 0.1136 | 5.33 | 1300 | 0.4939 | 0.8964 |
65
+ | 0.1163 | 5.74 | 1400 | 0.4004 | 0.8964 |
66
+ | 0.0936 | 6.15 | 1500 | 0.5116 | 0.8964 |
67
+ | 0.0973 | 6.56 | 1600 | 0.4808 | 0.8922 |
68
+ | 0.0899 | 6.97 | 1700 | 0.4813 | 0.8869 |
69
+ | 0.0687 | 7.38 | 1800 | 0.6046 | 0.8848 |
70
+ | 0.0709 | 7.79 | 1900 | 0.5940 | 0.8964 |
71
+ | 0.0694 | 8.2 | 2000 | 0.5791 | 0.8911 |
72
+ | 0.0732 | 8.61 | 2100 | 0.5577 | 0.8922 |
73
+ | 0.0714 | 9.02 | 2200 | 0.5249 | 0.8996 |
74
+ | 0.0531 | 9.43 | 2300 | 0.6098 | 0.8932 |
75
+ | 0.0713 | 9.84 | 2400 | 0.5610 | 0.8943 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.28.1
81
+ - Pytorch 2.0.1+cu117
82
+ - Datasets 2.12.0
83
+ - Tokenizers 0.13.3