joelniklaus commited on
Commit
9c11300
1 Parent(s): 99f0cd1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: legal-italian-roberta-base
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # legal-italian-roberta-base
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.4799
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0001
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 16
38
+ - seed: 42
39
+ - distributed_type: tpu
40
+ - num_devices: 8
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 512
43
+ - total_eval_batch_size: 128
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.05
47
+ - training_steps: 1000000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:-------:|:---------------:|
53
+ | 1.0248 | 0.05 | 50000 | 0.8033 |
54
+ | 0.912 | 0.1 | 100000 | 0.6825 |
55
+ | 0.8853 | 1.0 | 150000 | 0.6205 |
56
+ | 0.847 | 1.05 | 200000 | 0.5954 |
57
+ | 0.8395 | 1.1 | 250000 | 0.5859 |
58
+ | 0.7485 | 2.01 | 300000 | 0.5632 |
59
+ | 0.7154 | 2.06 | 350000 | 0.5495 |
60
+ | 0.6851 | 2.11 | 400000 | 0.5456 |
61
+ | 0.6074 | 3.01 | 450000 | 0.5331 |
62
+ | 0.6296 | 3.06 | 500000 | 0.5226 |
63
+ | 0.6125 | 3.11 | 550000 | 0.5146 |
64
+ | 0.5983 | 4.02 | 600000 | 0.5038 |
65
+ | 0.6471 | 4.07 | 650000 | 0.4976 |
66
+ | 0.633 | 4.12 | 700000 | 0.4982 |
67
+ | 0.6917 | 5.02 | 750000 | 0.4906 |
68
+ | 0.7178 | 5.07 | 800000 | 0.4833 |
69
+ | 0.6988 | 5.12 | 850000 | 0.4754 |
70
+ | 0.7135 | 6.02 | 900000 | 0.4734 |
71
+ | 0.7269 | 6.07 | 950000 | 0.4826 |
72
+ | 0.7085 | 6.12 | 1000000 | 0.4799 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.20.1
78
+ - Pytorch 1.12.0+cu102
79
+ - Datasets 2.8.0
80
+ - Tokenizers 0.12.1