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