rollerhafeezh-amikom/es_nergrit_corpus
收藏Hugging Face2024-05-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/rollerhafeezh-amikom/es_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: 3741925
num_examples: 6611
- name: test
num_bytes: 767479
num_examples: 1228
- name: validation
num_bytes: 730960
num_examples: 1251
download_size: 1077807
dataset_size: 5240364
---
# Dataset Card for "es_nergrit_corpus"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
rollerhafeezh-amikom
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 数据文件路径
- 训练集 (
split: train):data/train-* - 测试集 (
split: test):data/test-* - 验证集 (
split: validation):data/validation-*
- 训练集 (
- 数据文件路径
数据集信息
-
特征
id: 数据类型为字符串 (dtype: string)tokens: 序列类型为字符串 (sequence: string)ner_tags: 序列类型,包含实体标签 (sequence)- 类别标签 (
class_label)0: O1: B-LOC2: I-LOC3: B-DAT4: I-DAT5: B-TIM6: I-TIM
- 类别标签 (
-
分割信息
- 训练集 (
name: train)- 字节数: 3741925
- 示例数: 6611
- 测试集 (
name: test)- 字节数: 767479
- 示例数: 1228
- 验证集 (
name: validation)- 字节数: 730960
- 示例数: 1251
- 训练集 (
-
下载与数据集大小
- 下载大小: 1077807
- 数据集大小: 5240364



