christinacdl
commited on
Commit
•
f0019e8
1
Parent(s):
8a0adaa
Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,24 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: XLM_RoBERTa-Multilingual-Clickbait-Detection
|
10 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -58,4 +73,4 @@ The following hyperparameters were used during training:
|
|
58 |
- Transformers 4.36.1
|
59 |
- Pytorch 2.1.0+cu121
|
60 |
- Datasets 2.13.1
|
61 |
-
- Tokenizers 0.15.0
|
|
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- f1
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
model-index:
|
12 |
- name: XLM_RoBERTa-Multilingual-Clickbait-Detection
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- christinacdl/clickbait_detection_dataset
|
16 |
+
language:
|
17 |
+
- en
|
18 |
+
- el
|
19 |
+
- it
|
20 |
+
- es
|
21 |
+
- pt
|
22 |
+
- pl
|
23 |
+
- ro
|
24 |
+
- de
|
25 |
+
pipeline_tag: text-classification
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
73 |
- Transformers 4.36.1
|
74 |
- Pytorch 2.1.0+cu121
|
75 |
- Datasets 2.13.1
|
76 |
+
- Tokenizers 0.15.0
|