christinacdl
commited on
Commit
•
8151d2e
1
Parent(s):
f95dc49
Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,17 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: clickbait_binary_detection
|
9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,15 +38,15 @@ Performance on test set:
|
|
30 |
|
31 |
- Precision: 0.9233793490724882
|
32 |
|
33 |
-
-Recall : 0.9168756883647268
|
34 |
|
35 |
-
-Matthews Correlation Coefficient: 0.8402298675576902
|
36 |
|
37 |
-
-Precision of each class: [0.931899 0.91485969]
|
38 |
|
39 |
-
-Recall of each class: [0.95152505 0.88222632]
|
40 |
|
41 |
-
-F1 score of each class: [0.94160977 0.89824671]
|
42 |
|
43 |
|
44 |
## Model description
|
@@ -88,4 +96,4 @@ The following hyperparameters were used during training:
|
|
88 |
- Transformers 4.27.1
|
89 |
- Pytorch 2.0.1+cu118
|
90 |
- Datasets 2.9.0
|
91 |
-
- Tokenizers 0.13.3
|
|
|
4 |
- generated_from_trainer
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
model-index:
|
11 |
- name: clickbait_binary_detection
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- christinacdl/clickbait_notclickbait_dataset
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
pipeline_tag: text-classification
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
38 |
|
39 |
- Precision: 0.9233793490724882
|
40 |
|
41 |
+
- Recall : 0.9168756883647268
|
42 |
|
43 |
+
- Matthews Correlation Coefficient: 0.8402298675576902
|
44 |
|
45 |
+
- Precision of each class: [0.931899 0.91485969]
|
46 |
|
47 |
+
- Recall of each class: [0.95152505 0.88222632]
|
48 |
|
49 |
+
- F1 score of each class: [0.94160977 0.89824671]
|
50 |
|
51 |
|
52 |
## Model description
|
|
|
96 |
- Transformers 4.27.1
|
97 |
- Pytorch 2.0.1+cu118
|
98 |
- Datasets 2.9.0
|
99 |
+
- Tokenizers 0.13.3
|