rntc/tabib-cas2
收藏Hugging Face2025-12-11 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/rntc/tabib-cas2
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: doc_id
dtype: string
- name: text
dtype: string
- name: entities
list:
- name: end
dtype: int64
- name: label
dtype: string
- name: start
dtype: int64
- name: text
dtype: string
splits:
- name: train
num_bytes: 479524
num_examples: 90
- name: dev
num_bytes: 50007
num_examples: 10
- name: test
num_bytes: 302349
num_examples: 67
download_size: 406593
dataset_size: 831880
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: dev
path: data/dev-*
- split: test
path: data/test-*
---
This dataset contains text data and its corresponding entity annotation information. Each sample includes a document ID, text content, and an entity list, which covers the start position, end position, label, and text of each entity. The dataset is divided into a training set (90 samples), a development set (10 samples), and a test set (67 samples).
提供机构:
rntc


