Upload README.md with huggingface_hub
Browse files
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 |
+
- f1
|
13 |
+
model-index:
|
14 |
+
- name: bert-base-multilingual-cased-qqp-10
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: tmnam20/VieGLUE/QQP
|
21 |
+
type: tmnam20/VieGLUE
|
22 |
+
config: qqp
|
23 |
+
split: validation
|
24 |
+
args: qqp
|
25 |
+
metrics:
|
26 |
+
- name: Accuracy
|
27 |
+
type: accuracy
|
28 |
+
value: 0.8885975760573831
|
29 |
+
- name: F1
|
30 |
+
type: f1
|
31 |
+
value: 0.8473737716028464
|
32 |
+
---
|
33 |
+
|
34 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
35 |
+
should probably proofread and complete it, then remove this comment. -->
|
36 |
+
|
37 |
+
# bert-base-multilingual-cased-qqp-10
|
38 |
+
|
39 |
+
This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the tmnam20/VieGLUE/QQP dataset.
|
40 |
+
It achieves the following results on the evaluation set:
|
41 |
+
- Loss: 0.3064
|
42 |
+
- Accuracy: 0.8886
|
43 |
+
- F1: 0.8474
|
44 |
+
- Combined Score: 0.8680
|
45 |
+
|
46 |
+
## Model description
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Intended uses & limitations
|
51 |
+
|
52 |
+
More information needed
|
53 |
+
|
54 |
+
## Training and evaluation data
|
55 |
+
|
56 |
+
More information needed
|
57 |
+
|
58 |
+
## Training procedure
|
59 |
+
|
60 |
+
### Training hyperparameters
|
61 |
+
|
62 |
+
The following hyperparameters were used during training:
|
63 |
+
- learning_rate: 2e-05
|
64 |
+
- train_batch_size: 32
|
65 |
+
- eval_batch_size: 16
|
66 |
+
- seed: 10
|
67 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
68 |
+
- lr_scheduler_type: linear
|
69 |
+
- num_epochs: 3.0
|
70 |
+
|
71 |
+
### Training results
|
72 |
+
|
73 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Combined Score |
|
74 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:--------------:|
|
75 |
+
| 0.3263 | 0.44 | 5000 | 0.3272 | 0.8557 | 0.8081 | 0.8319 |
|
76 |
+
| 0.3084 | 0.88 | 10000 | 0.2968 | 0.8680 | 0.8191 | 0.8436 |
|
77 |
+
| 0.2424 | 1.32 | 15000 | 0.2998 | 0.8768 | 0.8324 | 0.8546 |
|
78 |
+
| 0.2171 | 1.76 | 20000 | 0.2995 | 0.8847 | 0.8449 | 0.8648 |
|
79 |
+
| 0.1796 | 2.2 | 25000 | 0.3124 | 0.8857 | 0.8424 | 0.8640 |
|
80 |
+
| 0.1811 | 2.64 | 30000 | 0.2963 | 0.8883 | 0.8477 | 0.8680 |
|
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
|