gregorgabrovsek
commited on
Commit
•
06d9e90
1
Parent(s):
53d6e4c
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.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_MultilingualBertBase
|
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_MultilingualBertBase
|
19 |
+
|
20 |
+
This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
|
21 |
+
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.8608
|
23 |
+
- Accuracy: 0.6898
|
24 |
+
- F1: 0.6904
|
25 |
+
- Precision: 0.6936
|
26 |
+
- Recall: 0.6898
|
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.7313 | 1.0 | 45122 | 1.6826 | 0.5773 | 0.5766 | 0.5997 | 0.5773 |
|
58 |
+
| 1.4117 | 2.0 | 90244 | 1.4419 | 0.6341 | 0.6345 | 0.6529 | 0.6341 |
|
59 |
+
| 1.1573 | 3.0 | 135366 | 1.3509 | 0.6614 | 0.6620 | 0.6733 | 0.6614 |
|
60 |
+
| 0.9147 | 4.0 | 180488 | 1.3583 | 0.6695 | 0.6699 | 0.6817 | 0.6695 |
|
61 |
+
| 0.7452 | 5.0 | 225610 | 1.3881 | 0.6797 | 0.6800 | 0.6887 | 0.6797 |
|
62 |
+
| 0.5393 | 6.0 | 270732 | 1.4650 | 0.6828 | 0.6835 | 0.6897 | 0.6828 |
|
63 |
+
| 0.4207 | 7.0 | 315854 | 1.5770 | 0.6839 | 0.6840 | 0.6905 | 0.6839 |
|
64 |
+
| 0.2985 | 8.0 | 360976 | 1.6813 | 0.6869 | 0.6877 | 0.6921 | 0.6869 |
|
65 |
+
| 0.2029 | 9.0 | 406098 | 1.7977 | 0.6882 | 0.6886 | 0.6923 | 0.6882 |
|
66 |
+
| 0.1546 | 10.0 | 451220 | 1.8608 | 0.6898 | 0.6904 | 0.6936 | 0.6898 |
|
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
|