Commit
·
33884d1
1
Parent(s):
c323ad4
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ English.
|
|
| 27 |
|
| 28 |
### Data Instances
|
| 29 |
|
| 30 |
-
An instance of the dataset is
|
| 31 |
|
| 32 |
```
|
| 33 |
{
|
|
@@ -46,8 +46,8 @@ An instance of the dataset is as the following:
|
|
| 46 |
{"span": [14, 15], "label": "country"}
|
| 47 |
]
|
| 48 |
}
|
| 49 |
-
],
|
| 50 |
-
|
| 51 |
```
|
| 52 |
|
| 53 |
### Data Splits
|
|
|
|
| 27 |
|
| 28 |
### Data Instances
|
| 29 |
|
| 30 |
+
An example instance of the dataset is shown below:
|
| 31 |
|
| 32 |
```
|
| 33 |
{
|
|
|
|
| 46 |
{"span": [14, 15], "label": "country"}
|
| 47 |
]
|
| 48 |
}
|
| 49 |
+
],
|
| 50 |
+
}
|
| 51 |
```
|
| 52 |
|
| 53 |
### Data Splits
|