gregorgabrovsek commited on
Commit
80b48a4
1 Parent(s): e058b4a

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_Top10_WithoutOOC_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_Top10_WithoutOOC_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: 0.4660
23
+ - Accuracy: 0.9423
24
+ - F1: 0.9423
25
+ - Precision: 0.9425
26
+ - Recall: 0.9423
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
+ | 0.2996 | 1.0 | 14812 | 0.2914 | 0.9179 | 0.9174 | 0.9187 | 0.9179 |
58
+ | 0.2229 | 2.0 | 29624 | 0.2659 | 0.9333 | 0.9332 | 0.9338 | 0.9333 |
59
+ | 0.1703 | 3.0 | 44436 | 0.2817 | 0.9347 | 0.9347 | 0.9355 | 0.9347 |
60
+ | 0.1245 | 4.0 | 59248 | 0.3126 | 0.9377 | 0.9374 | 0.9376 | 0.9377 |
61
+ | 0.0977 | 5.0 | 74060 | 0.3884 | 0.9335 | 0.9335 | 0.9347 | 0.9335 |
62
+ | 0.0624 | 6.0 | 88872 | 0.4098 | 0.9395 | 0.9393 | 0.9397 | 0.9395 |
63
+ | 0.0355 | 7.0 | 103684 | 0.4213 | 0.9400 | 0.9400 | 0.9402 | 0.9400 |
64
+ | 0.0268 | 8.0 | 118496 | 0.4579 | 0.9388 | 0.9387 | 0.9390 | 0.9388 |
65
+ | 0.016 | 9.0 | 133308 | 0.4531 | 0.9418 | 0.9418 | 0.9422 | 0.9418 |
66
+ | 0.009 | 10.0 | 148120 | 0.4660 | 0.9423 | 0.9423 | 0.9425 | 0.9423 |
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