Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
iperbole commited on
Commit
7e86c1a
1 Parent(s): c1f7443

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Here you can see the structure of the single sample in the present dataset.
43
 
44
  ```json
45
  {
46
- "text": string, # text of the tweet
47
  "label": int, # 0: Ambiguo, 1: Non Ambiguo
48
  }
49
  ```
 
43
 
44
  ```json
45
  {
46
+ "text": string, # sample's text
47
  "label": int, # 0: Ambiguo, 1: Non Ambiguo
48
  }
49
  ```