rollerhafeezh-amikom/en_nergrit_corpus
收藏Hugging Face2024-05-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/rollerhafeezh-amikom/en_nergrit_corpus
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: string
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-LOC
'2': I-LOC
'3': B-DAT
'4': I-DAT
'5': B-TIM
'6': I-TIM
splits:
- name: train
num_bytes: 3460913
num_examples: 6611
- name: test
num_bytes: 705624
num_examples: 1228
- name: validation
num_bytes: 667778
num_examples: 1251
download_size: 978393
dataset_size: 4834315
---
# Dataset Card for "en_nergrit_corpus"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
This dataset includes train, test, and validation sets, each containing three features: id, tokens, and ner_tags. The id is a string type, tokens are string sequences, and ner_tags are named entity recognition tag sequences, including 7 different labels. The dataset size and number of samples are 4834315 bytes and 9190 samples, respectively.
提供机构:
rollerhafeezh-amikom
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default):- 训练数据 (
split: train):data/train-* - 测试数据 (
split: test):data/test-* - 验证数据 (
split: validation):data/validation-*
- 训练数据 (
数据集信息
-
特征 (
features):- id: 数据类型为字符串 (
dtype: string) - tokens: 序列类型为字符串 (
sequence: string) - ner_tags: 序列类型,包含以下类别标签:
- 0: O
- 1: B-LOC
- 2: I-LOC
- 3: B-DAT
- 4: I-DAT
- 5: B-TIM
- 6: I-TIM
- id: 数据类型为字符串 (
-
数据分割 (
splits):- 训练集 (
name: train): 大小为3460913字节,包含6611个样本 - 测试集 (
name: test): 大小为705624字节,包含1228个样本 - 验证集 (
name: validation): 大小为667778字节,包含1251个样本
- 训练集 (
-
下载大小 (
download_size): 978393字节 -
数据集总大小 (
dataset_size): 4834315字节



