Training completed!
Browse files- README.md +68 -0
- pytorch_model.bin +1 -1
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: vinai/phobert-base-v2
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- f1
|
8 |
+
model-index:
|
9 |
+
- name: PhoBERT-Final_Mixed-aug_replace_BERT
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# PhoBERT-Final_Mixed-aug_replace_BERT
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.8746
|
21 |
+
- Accuracy: 0.74
|
22 |
+
- F1: 0.7344
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 2e-05
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 16
|
44 |
+
- seed: 42
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 8
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.972 | 1.0 | 88 | 0.7868 | 0.62 | 0.5610 |
|
54 |
+
| 0.7723 | 2.0 | 176 | 0.7641 | 0.7 | 0.6953 |
|
55 |
+
| 0.6104 | 3.0 | 264 | 0.7508 | 0.7 | 0.6967 |
|
56 |
+
| 0.5009 | 4.0 | 352 | 0.7608 | 0.68 | 0.6727 |
|
57 |
+
| 0.377 | 5.0 | 440 | 0.7301 | 0.72 | 0.7217 |
|
58 |
+
| 0.3016 | 6.0 | 528 | 0.8430 | 0.73 | 0.7241 |
|
59 |
+
| 0.2305 | 7.0 | 616 | 0.8625 | 0.74 | 0.7346 |
|
60 |
+
| 0.2054 | 8.0 | 704 | 0.8746 | 0.74 | 0.7344 |
|
61 |
+
|
62 |
+
|
63 |
+
### Framework versions
|
64 |
+
|
65 |
+
- Transformers 4.32.1
|
66 |
+
- Pytorch 2.0.1+cu118
|
67 |
+
- Datasets 2.14.4
|
68 |
+
- Tokenizers 0.13.3
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540071281
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33e5fd2278cb4a9e2dd781c0ffe4e2ae0799a40236c8bcc03075e01dc5e1e8f2
|
3 |
size 540071281
|