End of training
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
- Recall: 0.9575
|
28 |
|
29 |
## Model description
|
@@ -49,15 +49,17 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
|
|
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2693
|
24 |
+
- Accuracy: 0.9287
|
25 |
+
- F1: 0.9581
|
26 |
+
- Precision: 0.9588
|
27 |
- Recall: 0.9575
|
28 |
|
29 |
## Model description
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.2517 | 1.0 | 642 | 0.3093 | 0.8804 | 0.9341 | 0.8799 | 0.9954 |
|
59 |
+
| 0.2239 | 2.0 | 1284 | 0.2935 | 0.9217 | 0.9542 | 0.9509 | 0.9575 |
|
60 |
+
| 0.2253 | 3.0 | 1926 | 0.2859 | 0.9170 | 0.9518 | 0.9422 | 0.9616 |
|
61 |
+
| 0.1936 | 4.0 | 2568 | 0.2904 | 0.9252 | 0.9559 | 0.9607 | 0.9511 |
|
62 |
+
| 0.1813 | 5.0 | 3210 | 0.2693 | 0.9287 | 0.9581 | 0.9588 | 0.9575 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
runs/Jul03_22-52-23_raul-MS-7B98/events.out.tfevents.1720065149.raul-MS-7B98.8021.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:bfa6da6b46b3f7aa4fde8ae760575c8094ed855fdeff526e93d21733027eca95
|
3 |
+
size 8981
|