Update README.md
Browse files
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"}
|