Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
License:
update
Browse files
README.md
CHANGED
@@ -36,8 +36,8 @@ An example of `train` looks as follows.
|
|
36 |
|
37 |
```
|
38 |
{
|
39 |
-
'tokens': ['
|
40 |
-
'tags': [
|
41 |
}
|
42 |
```
|
43 |
|
@@ -59,7 +59,7 @@ The label2id dictionary can be found at [here](https://huggingface.co/datasets/t
|
|
59 |
|
60 |
| name |train|validation|test|
|
61 |
|---------|----:|---------:|---:|
|
62 |
-
|btc |
|
63 |
|
64 |
### Citation Information
|
65 |
|
|
|
36 |
|
37 |
```
|
38 |
{
|
39 |
+
'tokens': ['I', 'hate', 'the', 'words', 'chunder', ',', 'vomit', 'and', 'puke', '.', 'BUUH', '.'],
|
40 |
+
'tags': [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6]
|
41 |
}
|
42 |
```
|
43 |
|
|
|
59 |
|
60 |
| name |train|validation|test|
|
61 |
|---------|----:|---------:|---:|
|
62 |
+
|btc | 6338| 1001|2000|
|
63 |
|
64 |
### Citation Information
|
65 |
|