gregorgabrovsek commited on
Commit
96ca09b
1 Parent(s): 16a67be

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +74 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
+ model-index:
11
+ - name: SloBertAA_Top100_WithOOC_082023
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # SloBertAA_Top100_WithOOC_082023
19
+
20
+ This model is a fine-tuned version of [EMBEDDIA/sloberta](https://huggingface.co/EMBEDDIA/sloberta) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.6326
23
+ - Accuracy: 0.7431
24
+ - F1: 0.7447
25
+ - Precision: 0.7503
26
+ - Recall: 0.7431
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 12
47
+ - eval_batch_size: 12
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 10
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
56
+ |:-------------:|:-----:|:------:|:---------------:|:--------:|:------:|:---------:|:------:|
57
+ | 1.5143 | 1.0 | 45122 | 1.4964 | 0.6272 | 0.6264 | 0.6488 | 0.6272 |
58
+ | 1.2462 | 2.0 | 90244 | 1.2729 | 0.6811 | 0.6814 | 0.7043 | 0.6811 |
59
+ | 1.0236 | 3.0 | 135366 | 1.2134 | 0.7012 | 0.7027 | 0.7211 | 0.7012 |
60
+ | 0.7721 | 4.0 | 180488 | 1.1976 | 0.7179 | 0.7204 | 0.7357 | 0.7179 |
61
+ | 0.6597 | 5.0 | 225610 | 1.1953 | 0.7321 | 0.7324 | 0.7406 | 0.7321 |
62
+ | 0.4816 | 6.0 | 270732 | 1.2776 | 0.7303 | 0.7330 | 0.7444 | 0.7303 |
63
+ | 0.4039 | 7.0 | 315854 | 1.3625 | 0.7363 | 0.7379 | 0.7451 | 0.7363 |
64
+ | 0.2845 | 8.0 | 360976 | 1.4677 | 0.7395 | 0.7407 | 0.7470 | 0.7395 |
65
+ | 0.2192 | 9.0 | 406098 | 1.5720 | 0.7422 | 0.7434 | 0.7488 | 0.7422 |
66
+ | 0.1689 | 10.0 | 451220 | 1.6326 | 0.7431 | 0.7447 | 0.7503 | 0.7431 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.26.1
72
+ - Pytorch 1.8.0
73
+ - Datasets 2.10.1
74
+ - Tokenizers 0.13.2