simecek/synczech50
收藏Hugging Face2024-04-21 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/simecek/synczech50
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: question
dtype: string
- name: optionA
dtype: string
- name: optionB
dtype: string
- name: optionC
dtype: string
- name: optionD
dtype: string
- name: solution
dtype: string
splits:
- name: train
num_bytes: 5813
num_examples: 50
download_size: 7834
dataset_size: 5813
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- question-answering
language:
- cs
size_categories:
- n<1K
---
Synthetic dataset of 50 Czech A/B/C/D questions for quick evaluation how the LMM understands Czech and Czech specific knowledge. Draft generated with the help of GPT4 and later manualy validated and edited.
```
from datasets import load_dataset
```
提供机构:
simecek
原始信息汇总
数据集概述
数据集特征
- question:字符串类型
- optionA:字符串类型
- optionB:字符串类型
- optionC:字符串类型
- optionD:字符串类型
- solution:字符串类型
数据集划分
- train:
- 示例数量:50
- 数据大小:5813字节
数据集大小
- 下载大小:7834字节
- 数据集大小:5813字节
数据集配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
许可
- Apache-2.0
任务类别
- 问答
语言
- 捷克语
大小类别
- 小于1K



