Shivangsinha commited on
Commit
0026e57
·
verified ·
1 Parent(s): e047192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -21,11 +21,12 @@ The dataset is useful for training and evaluating models on multi-task learning
21
  | **Column** | **Description** |
22
  |-----------------------|-----------------------------------------------------------|
23
  | `text` | The German text sample |
24
- | `is_fake` | Binary label for fake news detection (0 or 1) |
25
  | `is_hate_speech` | Binary label for hate speech detection (0, 1, or -1) |
26
  | `is_toxic` | Binary label for toxicity detection (0, 1, or -1) |
27
 
28
  ### Sample Data
 
29
 
30
  | **Text** | `is_fake` | `is_hate_speech` | `is_toxic` |
31
  |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|------------------|------------|
 
21
  | **Column** | **Description** |
22
  |-----------------------|-----------------------------------------------------------|
23
  | `text` | The German text sample |
24
+ | `is_fake` | Binary label for fake news detection (0, 1 or -1) |
25
  | `is_hate_speech` | Binary label for hate speech detection (0, 1, or -1) |
26
  | `is_toxic` | Binary label for toxicity detection (0, 1, or -1) |
27
 
28
  ### Sample Data
29
+ This is only top few item of dataset where fake news is given as 0 or 1 but other 2 which are going to be hidden are in -1. similarly for hatespeech and toxicity , other 2 are -1
30
 
31
  | **Text** | `is_fake` | `is_hate_speech` | `is_toxic` |
32
  |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|------------------|------------|