rollerhafeezh-amikom/sk_nergrit_corpus
收藏Hugging Face2024-05-09 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/rollerhafeezh-amikom/sk_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: 3236767
num_examples: 6611
- name: test
num_bytes: 660730
num_examples: 1228
- name: validation
num_bytes: 626094
num_examples: 1251
download_size: 1140052
dataset_size: 4523591
---
# Dataset Card for "sk_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):path: data/train-* - 测试数据 (
split: test):path: data/test-* - 验证数据 (
split: validation):path: 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): 大小为3236767字节,包含6611个样本 - 测试集 (
name: test): 大小为660730字节,包含1228个样本 - 验证集 (
name: validation): 大小为626094字节,包含1251个样本
- 训练集 (
-
下载大小 (
download_size): 1140052字节 -
数据集总大小 (
dataset_size): 4523591字节



