Nicolas-BZRD/uld_loss_Llama-2-7b-chat-hf-squad
收藏Hugging Face2024-03-13 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/Nicolas-BZRD/uld_loss_Llama-2-7b-chat-hf-squad
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: context
dtype: string
- name: question
dtype: string
- name: answers
struct:
- name: answer_start
sequence: int64
- name: text
sequence: string
- name: answers_generated
dtype: string
splits:
- name: train
num_bytes: 73788989
num_examples: 83214
- name: validation
num_bytes: 3870325
num_examples: 4380
download_size: 50155237
dataset_size: 77659314
---
# Dataset Card for "uld_loss_Llama-2-7b-chat-hf-squad"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
Nicolas-BZRD
原始信息汇总
数据集概述
配置信息
- 默认配置 (
config_name: default)- 训练数据 (
split: train):data/train-* - 验证数据 (
split: validation):data/validation-*
- 训练数据 (
数据集特征
- context: 数据类型为字符串 (
dtype: string) - question: 数据类型为字符串 (
dtype: string) - answers: 结构化数据
- answer_start: 序列类型为整数 (
sequence: int64) - text: 序列类型为字符串 (
sequence: string)
- answer_start: 序列类型为整数 (
- answers_generated: 数据类型为字符串 (
dtype: string)
数据集分割
- 训练集 (
name: train)- 数据大小: 73788989字节
- 示例数量: 83214
- 验证集 (
name: validation)- 数据大小: 3870325字节
- 示例数量: 4380
数据集大小
- 下载大小: 50155237字节
- 总数据集大小: 77659314字节



