tmnam20 commited on
Commit
3a1c4ce
1 Parent(s): 0f6c8ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +95 -0
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ base_model: bert-base-multilingual-cased
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - tmnam20/VieGLUE
10
+ metrics:
11
+ - accuracy
12
+ model-index:
13
+ - name: bert-base-multilingual-cased-qnli-10
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: tmnam20/VieGLUE/QNLI
20
+ type: tmnam20/VieGLUE
21
+ config: qnli
22
+ split: validation
23
+ args: qnli
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.891085484166209
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # bert-base-multilingual-cased-qnli-10
34
+
35
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the tmnam20/VieGLUE/QNLI dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.3198
38
+ - Accuracy: 0.8911
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 2e-05
58
+ - train_batch_size: 32
59
+ - eval_batch_size: 16
60
+ - seed: 10
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 3.0
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 0.4249 | 0.15 | 500 | 0.3656 | 0.8464 |
70
+ | 0.3989 | 0.31 | 1000 | 0.3319 | 0.8581 |
71
+ | 0.3557 | 0.46 | 1500 | 0.3096 | 0.8688 |
72
+ | 0.3257 | 0.61 | 2000 | 0.3055 | 0.8700 |
73
+ | 0.3403 | 0.76 | 2500 | 0.2893 | 0.8786 |
74
+ | 0.311 | 0.92 | 3000 | 0.2919 | 0.8841 |
75
+ | 0.2424 | 1.07 | 3500 | 0.2974 | 0.8838 |
76
+ | 0.2663 | 1.22 | 4000 | 0.2966 | 0.8845 |
77
+ | 0.2486 | 1.37 | 4500 | 0.2904 | 0.8828 |
78
+ | 0.2442 | 1.53 | 5000 | 0.2919 | 0.8810 |
79
+ | 0.252 | 1.68 | 5500 | 0.2781 | 0.8880 |
80
+ | 0.2514 | 1.83 | 6000 | 0.2754 | 0.8867 |
81
+ | 0.254 | 1.99 | 6500 | 0.2692 | 0.8882 |
82
+ | 0.1632 | 2.14 | 7000 | 0.3349 | 0.8867 |
83
+ | 0.1835 | 2.29 | 7500 | 0.3126 | 0.8902 |
84
+ | 0.1725 | 2.44 | 8000 | 0.3145 | 0.8902 |
85
+ | 0.1624 | 2.6 | 8500 | 0.3272 | 0.8876 |
86
+ | 0.1751 | 2.75 | 9000 | 0.3240 | 0.8882 |
87
+ | 0.1653 | 2.9 | 9500 | 0.3235 | 0.8900 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.35.2
93
+ - Pytorch 2.2.0.dev20231203+cu121
94
+ - Datasets 2.15.0
95
+ - Tokenizers 0.15.0