Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
init
Browse files
README.md
CHANGED
|
@@ -35,8 +35,8 @@ An example of `train` looks as follows.
|
|
| 35 |
|
| 36 |
```
|
| 37 |
{
|
| 38 |
-
'tags': [0,
|
| 39 |
-
'tokens': ['
|
| 40 |
}
|
| 41 |
```
|
| 42 |
|
|
@@ -76,4 +76,4 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
|
|
| 76 |
|
| 77 |
| name |train|validation|test|
|
| 78 |
|---------|----:|---------:|---:|
|
| 79 |
-
|mit_movie_trivia |
|
|
|
|
| 35 |
|
| 36 |
```
|
| 37 |
{
|
| 38 |
+
'tags': [0, 13, 14, 0, 0, 0, 3, 4, 4, 4, 4, 4, 4, 4, 4],
|
| 39 |
+
'tokens': ['a', 'steven', 'spielberg', 'film', 'featuring', 'a', 'bluff', 'called', 'devil', 's', 'tower', 'and', 'a', 'spectacular', 'mothership']
|
| 40 |
}
|
| 41 |
```
|
| 42 |
|
|
|
|
| 76 |
|
| 77 |
| name |train|validation|test|
|
| 78 |
|---------|----:|---------:|---:|
|
| 79 |
+
|mit_movie_trivia |6816 | 1000| 1953|
|