Dan Semin commited on
Commit
007c705
1 Parent(s): 9e46842

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - text-classification
5
+ - generated_from_trainer
6
+ datasets:
7
+ - paws-x
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: paws_x_m_bert_only_ko
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: paws-x
18
+ type: paws-x
19
+ config: ko
20
+ split: train
21
+ args: ko
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8215
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # paws_x_m_bert_only_ko
32
+
33
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the paws-x dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.7649
36
+ - Accuracy: 0.8215
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 2e-05
56
+ - train_batch_size: 128
57
+ - eval_batch_size: 128
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 100
62
+ - num_epochs: 10
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 0.5446 | 1.0 | 386 | 0.4837 | 0.768 |
69
+ | 0.3443 | 2.0 | 772 | 0.4530 | 0.8125 |
70
+ | 0.258 | 3.0 | 1158 | 0.4496 | 0.8145 |
71
+ | 0.2023 | 4.0 | 1544 | 0.4944 | 0.81 |
72
+ | 0.1581 | 5.0 | 1930 | 0.5040 | 0.814 |
73
+ | 0.1263 | 6.0 | 2316 | 0.5937 | 0.8145 |
74
+ | 0.1041 | 7.0 | 2702 | 0.6578 | 0.8115 |
75
+ | 0.0828 | 8.0 | 3088 | 0.6841 | 0.8215 |
76
+ | 0.0697 | 9.0 | 3474 | 0.7239 | 0.82 |
77
+ | 0.0596 | 10.0 | 3860 | 0.7649 | 0.8215 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.24.0
83
+ - Pytorch 1.13.0
84
+ - Datasets 2.6.1
85
+ - Tokenizers 0.13.1