End of training
Browse files- README.md +14 -14
- config.json +1 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -58,15 +58,15 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
60 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [vinai/phobert-base-v2](https://huggingface.co/vinai/phobert-base-v2) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.3031
|
25 |
+
- Accuracy: 0.9183
|
26 |
+
- F1: 0.9029
|
27 |
+
- Precision: 0.9113
|
28 |
+
- Recall: 0.8958
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
60 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
61 |
+
| 0.6745 | 2.1277 | 100 | 0.2197 | 0.926 | 0.9110 | 0.9256 | 0.8996 |
|
62 |
+
| 0.2806 | 4.2553 | 200 | 0.2333 | 0.9293 | 0.9140 | 0.9363 | 0.8979 |
|
63 |
+
| 0.2806 | 6.3830 | 300 | 0.2366 | 0.916 | 0.9027 | 0.8998 | 0.9058 |
|
64 |
+
| 0.1669 | 8.5106 | 400 | 0.2277 | 0.9283 | 0.9149 | 0.9229 | 0.9080 |
|
65 |
+
| 0.1669 | 10.6383 | 500 | 0.2593 | 0.922 | 0.9067 | 0.9183 | 0.8972 |
|
66 |
+
| 0.1132 | 12.7660 | 600 | 0.2683 | 0.9243 | 0.9099 | 0.9191 | 0.9022 |
|
67 |
+
| 0.1132 | 14.8936 | 700 | 0.2796 | 0.9203 | 0.9051 | 0.9148 | 0.8969 |
|
68 |
+
| 0.0818 | 17.0213 | 800 | 0.2948 | 0.9217 | 0.9064 | 0.9175 | 0.8973 |
|
69 |
+
| 0.0818 | 19.1489 | 900 | 0.3031 | 0.9183 | 0.9029 | 0.9113 | 0.8958 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
config.json
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
|
|
22 |
"tokenizer_class": "PhobertTokenizer",
|
23 |
"torch_dtype": "float32",
|
24 |
"transformers_version": "4.45.1",
|
|
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 1,
|
21 |
"position_embedding_type": "absolute",
|
22 |
+
"problem_type": "single_label_classification",
|
23 |
"tokenizer_class": "PhobertTokenizer",
|
24 |
"torch_dtype": "float32",
|
25 |
"transformers_version": "4.45.1",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 540023384
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e853f93be48608b14d93bf510dca8e644d8c2f431e4e1afc1af5b796053d5fd
|
3 |
size 540023384
|