Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
init
Browse files
README.md
CHANGED
@@ -36,8 +36,8 @@ An example of `train` looks as follows.
|
|
36 |
|
37 |
```
|
38 |
{
|
39 |
-
|
40 |
-
|
41 |
}
|
42 |
```
|
43 |
|
@@ -69,4 +69,4 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
|
|
69 |
|
70 |
| name |train|validation|test|
|
71 |
|---------|----:|---------:|---:|
|
72 |
-
|mit_restaurant |
|
|
|
36 |
|
37 |
```
|
38 |
{
|
39 |
+
'tags': [0, 0, 0, 0, 0, 0, 0, 0, 5, 3, 4, 0],
|
40 |
+
'tokens': ['can', 'you', 'find', 'the', 'phone', 'number', 'for', 'the', 'closest', 'family', 'style', 'restaurant']
|
41 |
}
|
42 |
```
|
43 |
|
|
|
69 |
|
70 |
| name |train|validation|test|
|
71 |
|---------|----:|---------:|---:|
|
72 |
+
|mit_restaurant |6900 | 760| 1521|
|