update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlnet-large-cased](https://huggingface.co/xlnet-large-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,7 +42,7 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate: 5e-
|
46 |
- train_batch_size: 8
|
47 |
- eval_batch_size: 8
|
48 |
- seed: 42
|
@@ -54,15 +54,15 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 0.5 | 400 | 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [xlnet-large-cased](https://huggingface.co/xlnet-large-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1478
|
23 |
+
- Precision: 0.8033
|
24 |
+
- Recall: 0.8867
|
25 |
+
- F1: 0.8429
|
26 |
+
- Accuracy: 0.9708
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 5e-06
|
46 |
- train_batch_size: 8
|
47 |
- eval_batch_size: 8
|
48 |
- seed: 42
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 0.5 | 400 | 0.1619 | 0.6591 | 0.8147 | 0.7287 | 0.9507 |
|
58 |
+
| 0.4091 | 1.01 | 800 | 0.1488 | 0.7832 | 0.8762 | 0.8271 | 0.9689 |
|
59 |
+
| 0.1678 | 1.51 | 1200 | 0.1538 | 0.8116 | 0.8862 | 0.8473 | 0.9712 |
|
60 |
+
| 0.1452 | 2.01 | 1600 | 0.1374 | 0.7638 | 0.8653 | 0.8114 | 0.9652 |
|
61 |
+
| 0.1359 | 2.51 | 2000 | 0.1450 | 0.7837 | 0.8858 | 0.8316 | 0.9678 |
|
62 |
+
| 0.1359 | 3.02 | 2400 | 0.1403 | 0.778 | 0.8853 | 0.8282 | 0.9676 |
|
63 |
+
| 0.1143 | 3.52 | 2800 | 0.1515 | 0.8128 | 0.8812 | 0.8456 | 0.9721 |
|
64 |
+
| 0.1189 | 4.02 | 3200 | 0.1420 | 0.8069 | 0.8862 | 0.8447 | 0.9711 |
|
65 |
+
| 0.1165 | 4.52 | 3600 | 0.1460 | 0.7861 | 0.8848 | 0.8325 | 0.9687 |
|
66 |
|
67 |
|
68 |
### Framework versions
|