ytsaig commited on
Commit
1b32bb4
1 Parent(s): 21650a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -12,22 +12,16 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilroberta-clickbait
14
 
15
- This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.0268
18
  - Acc: 0.9963
19
 
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
  ## Training and evaluation data
29
 
30
- More information needed
 
 
31
 
32
  ## Training procedure
33
 
 
12
 
13
  # distilroberta-clickbait
14
 
15
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilroberta-base) on a dataset of headlines.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.0268
18
  - Acc: 0.9963
19
 
 
 
 
 
 
 
 
 
20
  ## Training and evaluation data
21
 
22
+ The following data sources were used:
23
+ * 32k headlines classified as clickbait/not-clickbait from [kaggle](https://www.kaggle.com/amananandrai/clickbait-dataset)
24
+ * A dataset of headlines from https://github.com/MotiBaadror/Clickbait-Detection
25
 
26
  ## Training procedure
27