Christa27/docvqa_mini_subset
收藏Hugging Face2024-02-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/Christa27/docvqa_mini_subset
下载链接
链接失效反馈官方服务:
资源简介:
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: id
dtype: string
- name: image
dtype: image
- name: query
struct:
- name: de
dtype: string
- name: en
dtype: string
- name: es
dtype: string
- name: fr
dtype: string
- name: it
dtype: string
- name: answers
sequence: string
- name: words
sequence: string
- name: bounding_boxes
sequence:
sequence: float32
length: 4
- name: answer
struct:
- name: match_score
dtype: float64
- name: matched_text
dtype: string
- name: start
dtype: int64
- name: text
dtype: string
- name: ground_truth
dtype: string
splits:
- name: train
num_bytes: 33133182.0
num_examples: 100
- name: test
num_bytes: 6103054.0
num_examples: 20
download_size: 0
dataset_size: 39236236.0
---
# Dataset Card for "docvqa_mini_subset"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
Christa27
原始信息汇总
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集: data/train-*
- 测试集: data/test-*
数据集信息
- 特征:
- id: 字符串类型
- image: 图像类型
- query: 结构体类型,包含以下字段:
- de: 德语字符串
- en: 英语字符串
- es: 西班牙语字符串
- fr: 法语字符串
- it: 意大利语字符串
- answers: 字符串序列
- words: 字符串序列
- bounding_boxes: 浮点数序列,每个序列长度为4
- answer: 结构体类型,包含以下字段:
- match_score: 浮点数类型
- matched_text: 字符串类型
- start: 整数类型
- text: 字符串类型
- ground_truth: 字符串类型
数据集分割
- 训练集:
- 字节数: 33133182.0
- 样本数: 100
- 测试集:
- 字节数: 6103054.0
- 样本数: 20
数据集大小
- 下载大小: 0
- 数据集大小: 39236236.0



