Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,15 +31,17 @@ configs:
|
|
| 31 |
path: data/test-*
|
| 32 |
- split: validation
|
| 33 |
path: data/validation-*
|
|
|
|
|
|
|
| 34 |
---
|
| 35 |
|
| 36 |
---
|
| 37 |
-
|
| 38 |
-
|
| 39 |
|
| 40 |
# Dataset Card for BioNLP2004 Filtered
|
| 41 |
|
| 42 |
-
This dataset is an adaptation of the original [tner/bionlp2004](https://huggingface.co/datasets/tner/bionlp2004) dataset, specifically tailored for
|
| 43 |
|
| 44 |
## Dataset Description
|
| 45 |
|
|
@@ -113,4 +115,4 @@ Each example in the dataset contains:
|
|
| 113 |
"scavenger",
|
| 114 |
"."
|
| 115 |
]
|
| 116 |
-
}
|
|
|
|
| 31 |
path: data/test-*
|
| 32 |
- split: validation
|
| 33 |
path: data/validation-*
|
| 34 |
+
language:
|
| 35 |
+
- en
|
| 36 |
---
|
| 37 |
|
| 38 |
---
|
| 39 |
+
|
| 40 |
+
|
| 41 |
|
| 42 |
# Dataset Card for BioNLP2004 Filtered
|
| 43 |
|
| 44 |
+
This dataset is an adaptation of the original [tner/bionlp2004](https://huggingface.co/datasets/tner/bionlp2004) dataset, specifically tailored for our specific project use-case which focuses on `CellLine` and `CellType` entities.
|
| 45 |
|
| 46 |
## Dataset Description
|
| 47 |
|
|
|
|
| 115 |
"scavenger",
|
| 116 |
"."
|
| 117 |
]
|
| 118 |
+
}
|