2ndBestKiller/GER_DrugTestWithClassLabels
收藏Hugging Face2024-02-24 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/2ndBestKiller/GER_DrugTestWithClassLabels
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: tokens
sequence: string
- name: iob_tags
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-DRUG
'2': I-DRUG
splits:
- name: train
num_bytes: 1350372
num_examples: 2852
- name: test
num_bytes: 246764
num_examples: 714
download_size: 297600
dataset_size: 1597136
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
提供机构:
2ndBestKiller
原始信息汇总
数据集概述
特征信息
- tokens: 序列类型,字符串。
- iob_tags: 序列类型,字符串。
- ner_tags: 序列类型,包含类标签,具体标签如下:
- 0: O
- 1: B-DRUG
- 2: I-DRUG
数据分割
- train:
- 字节数: 1350372
- 样本数: 2852
- test:
- 字节数: 246764
- 样本数: 714
数据集大小
- 下载大小: 297600 字节
- 数据集大小: 1597136 字节
配置信息
- config_name: default
- data_files:
- train: data/train-*
- test: data/test-*
- data_files:



