End of training
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: XLNet-Reddit-Toxic-Comment-Classification
|
10 |
results: []
|
@@ -15,11 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# XLNet-Reddit-Toxic-Comment-Classification
|
17 |
|
18 |
-
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Rmse: 0.
|
22 |
-
- Accuracy: 0.
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,13 +54,13 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Rmse | Accuracy |
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: XLNet-Reddit-Toxic-Comment-Classification
|
13 |
results: []
|
|
|
18 |
|
19 |
# XLNet-Reddit-Toxic-Comment-Classification
|
20 |
|
21 |
+
This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3448
|
24 |
+
- Rmse: 0.2976
|
25 |
+
- Accuracy: 0.9115
|
26 |
+
- Precision: 0.9153
|
27 |
+
- Recall: 0.9261
|
28 |
+
- F1: 0.9206
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Rmse | Accuracy | Precision | Recall | F1 |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 0.7011 | 1.0 | 1073 | 0.6911 | 0.6674 | 0.5545 | 0.5545 | 1.0 | 0.7134 |
|
60 |
+
| 0.6829 | 2.0 | 2146 | 0.6936 | 0.7447 | 0.4455 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| 0.7004 | 3.0 | 3219 | 0.6876 | 0.6674 | 0.5545 | 0.5545 | 1.0 | 0.7134 |
|
62 |
+
| 0.5187 | 4.0 | 4292 | 0.3967 | 0.3202 | 0.8975 | 0.9117 | 0.9025 | 0.9071 |
|
63 |
+
| 0.3208 | 5.0 | 5365 | 0.3448 | 0.2976 | 0.9115 | 0.9153 | 0.9261 | 0.9206 |
|
64 |
|
65 |
|
66 |
### Framework versions
|