JemiGrace commited on
Commit
652b4a9
·
verified ·
1 Parent(s): 6b7e702

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -30,7 +30,8 @@ After curation, the dataset contains three splits in Arrow format:
30
  - `val.arrow` - 15%
31
 
32
  Each row has:
33
- - `Prompt` — a JSON string with keys: `Date`, `News`, `Region`, `Source`
 
34
  Example:
35
  ```json
36
  {"Date": "5/6/20", "News": " People held a 'street party' in Dublin on 1 May.\t\t", "Region": "Europe", "Source": " Facebook"}
 
30
  - `val.arrow` - 15%
31
 
32
  Each row has:
33
+ - `Prompt` — a JSON string with keys: `Date`, `News`, `Region`, `Source`
34
+ - `Label` — True '0' or Fake '1'
35
  Example:
36
  ```json
37
  {"Date": "5/6/20", "News": " People held a 'street party' in Dublin on 1 May.\t\t", "Region": "Europe", "Source": " Facebook"}