End of training
Browse files
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
-
- Roc Auc: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -45,13 +45,15 @@ The following hyperparameters were used during training:
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step
|
53 |
-
|
54 |
-
| 0.
|
|
|
|
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [vinai/phobert-base](https://huggingface.co/vinai/phobert-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.3225
|
21 |
+
- F1: 0.6026
|
22 |
+
- Roc Auc: 0.7302
|
23 |
+
- Accuracy: 0.4977
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
45 |
- seed: 42
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 3
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
53 |
+
|:-------------:|:-----:|:------:|:---------------:|:------:|:-------:|:--------:|
|
54 |
+
| 0.3397 | 1.0 | 73895 | 0.3244 | 0.5931 | 0.7238 | 0.4826 |
|
55 |
+
| 0.337 | 2.0 | 147790 | 0.3232 | 0.5987 | 0.7277 | 0.4925 |
|
56 |
+
| 0.3448 | 3.0 | 221685 | 0.3225 | 0.6026 | 0.7302 | 0.4977 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
runs/Jul14_06-27-35_33affe2bb4d6/events.out.tfevents.1720938457.33affe2bb4d6.34.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5687ac521b2b1149c6c0128082e5bd9408dda6d1cc2751239597c5b2c69d97a7
|
3 |
+
size 101614
|
runs/Jul14_06-27-35_33affe2bb4d6/events.out.tfevents.1720948956.33affe2bb4d6.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df0a69da54b9a32fd7449d89f0b104d36276f99c9c0a0388af2e849b9478bab5
|
3 |
+
size 516
|