update model card README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
@@ -17,11 +16,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# DistilBERTFINAL_ctxSentence_TRAIN_all_TEST_NULL_second_train_set_null_False
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
- F1: 0.9904
|
26 |
- Accuracy: 0.9814
|
27 |
|
@@ -54,11 +53,11 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log | 1.0 | 479 | 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
metrics:
|
|
|
16 |
|
17 |
# DistilBERTFINAL_ctxSentence_TRAIN_all_TEST_NULL_second_train_set_null_False
|
18 |
|
19 |
+
This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base](https://huggingface.co/cardiffnlp/twitter-roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0557
|
22 |
+
- Precision: 0.9930
|
23 |
+
- Recall: 0.9878
|
24 |
- F1: 0.9904
|
25 |
- Accuracy: 0.9814
|
26 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
56 |
+
| No log | 1.0 | 479 | 0.3334 | 0.9041 | 0.9041 | 0.9041 | 0.8550 |
|
57 |
+
| 0.3756 | 2.0 | 958 | 0.3095 | 0.8991 | 0.9251 | 0.9119 | 0.8649 |
|
58 |
+
| 0.2653 | 3.0 | 1437 | 0.3603 | 0.8929 | 0.9527 | 0.9218 | 0.8779 |
|
59 |
+
| 0.1991 | 4.0 | 1916 | 0.3907 | 0.8919 | 0.9540 | 0.9219 | 0.8779 |
|
60 |
+
| 0.1586 | 5.0 | 2395 | 0.3642 | 0.9070 | 0.9356 | 0.9211 | 0.8788 |
|
61 |
|
62 |
|
63 |
### Framework versions
|