metadata
tags:
- prodigy
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: eval
path: data/eval-*
dataset_info:
features:
- name: text
dtype: string
- name: meta
struct:
- name: section
dtype: string
- name: _input_hash
dtype: int64
- name: _task_hash
dtype: int64
- name: tokens
list:
- name: end
dtype: int64
- name: id
dtype: int64
- name: start
dtype: int64
- name: text
dtype: string
- name: answer
dtype: string
- name: spans
list:
- name: end
dtype: int64
- name: label
dtype: string
- name: start
dtype: int64
- name: token_end
dtype: int64
- name: token_start
dtype: int64
splits:
- name: train
num_bytes: 2486903
num_examples: 1477
- name: eval
num_bytes: 849130
num_examples: 500
download_size: 0
dataset_size: 3336033
Dataset Card for ner-drugs
This dataset was originally part of this tutorial. The goal of the dataset is to find references to drugs in Reddit discussions.