minh21 commited on
Commit
d0f8c92
1 Parent(s): 2241767

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -11
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 Toxic Comment Classification Challenge dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.2615
21
- - Rmse: 0.2748
22
- - Accuracy: 0.9245
 
 
 
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.3672 | 1.0 | 1073 | 0.2615 | 0.2748 | 0.9245 |
54
- | 0.2441 | 2.0 | 2146 | 0.3464 | 0.2896 | 0.9161 |
55
- | 0.1726 | 3.0 | 3219 | 0.3880 | 0.2661 | 0.9292 |
56
- | 0.1146 | 4.0 | 4292 | 0.3287 | 0.2499 | 0.9376 |
57
- | 0.0831 | 5.0 | 5365 | 0.3672 | 0.2590 | 0.9329 |
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