tmnam20 commited on
Commit
4560a08
1 Parent(s): 4cd3096

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-sst2-1
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: tmnam20/VieGLUE/SST2
20
+ type: tmnam20/VieGLUE
21
+ config: sst2
22
+ split: validation
23
+ args: sst2
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.8841743119266054
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-sst2-1
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/SST2 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.4333
38
+ - Accuracy: 0.8842
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: 1
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.3821 | 0.24 | 500 | 0.3799 | 0.8314 |
70
+ | 0.3198 | 0.48 | 1000 | 0.4079 | 0.8417 |
71
+ | 0.272 | 0.71 | 1500 | 0.3721 | 0.8670 |
72
+ | 0.2847 | 0.95 | 2000 | 0.3885 | 0.8567 |
73
+ | 0.1893 | 1.19 | 2500 | 0.4329 | 0.8589 |
74
+ | 0.2124 | 1.43 | 3000 | 0.4133 | 0.8532 |
75
+ | 0.2208 | 1.66 | 3500 | 0.3665 | 0.8773 |
76
+ | 0.2219 | 1.9 | 4000 | 0.4164 | 0.8601 |
77
+ | 0.1562 | 2.14 | 4500 | 0.4350 | 0.8635 |
78
+ | 0.1399 | 2.38 | 5000 | 0.4571 | 0.8761 |
79
+ | 0.1399 | 2.61 | 5500 | 0.4346 | 0.8796 |
80
+ | 0.1403 | 2.85 | 6000 | 0.4325 | 0.8819 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.35.2
86
+ - Pytorch 2.2.0.dev20231203+cu121
87
+ - Datasets 2.15.0
88
+ - Tokenizers 0.15.0