g8a9 commited on
Commit
98a1d65
·
1 Parent(s): cbb4146

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bert-xxl-incl
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # bert-xxl-incl
14
+
15
+ This model is a fine-tuned version of [dbmdz/bert-base-italian-xxl-uncased](https://huggingface.co/dbmdz/bert-base-italian-xxl-uncased) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.0005
18
+ - Acc: 1.0
19
+ - F1 Macro: 1.0
20
+ - F1 Weight: 1.0
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: 5e-05
40
+ - train_batch_size: 64
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: linear
45
+ - lr_scheduler_warmup_steps: 20
46
+ - num_epochs: 10
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Acc | F1 Macro | F1 Weight |
51
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|
52
+ | 0.6075 | 2.5 | 20 | 0.2080 | 0.9853 | 0.9851 | 0.9853 |
53
+ | 0.0448 | 5.0 | 40 | 0.0012 | 1.0 | 1.0 | 1.0 |
54
+ | 0.001 | 7.5 | 60 | 0.0005 | 1.0 | 1.0 | 1.0 |
55
+ | 0.0007 | 10.0 | 80 | 0.0005 | 1.0 | 1.0 | 1.0 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.28.1
61
+ - Pytorch 2.0.0+cu118
62
+ - Datasets 2.12.0
63
+ - Tokenizers 0.13.3