pythainlp/thai-wiktionary-prompt
收藏Hugging Face2023-12-06 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/pythainlp/thai-wiktionary-prompt
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- th
license: cc-by-sa-3.0
size_categories:
- 10K<n<100K
task_categories:
- text2text-generation
- text-generation
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: inputs
dtype: string
- name: targets
dtype: string
splits:
- name: train
num_bytes: 10265752
num_examples: 19729
download_size: 2491006
dataset_size: 10265752
---
# Dataset Card for "thai-wiktionary-prompt"
This dataset made to create prompt for get the meaning of word.
Dataset from [Thai wiktionary](https://th.wiktionary.org/).
## Template
```
Inputs: จงบอกความหมายของคำต่อไปนี้: {word}
Targets: คำว่า {word} มีความหมายตามชนิดของคำได้ดังต่อไปนี้\n
- POS มีความหมายได้ว่า the meaning of word (split with "/")
```
Example:
```
Inputs: จงบอกความหมายของคำต่อไปนี้: ศึกษา
Targets: คำว่า ศึกษา มีความหมายตามชนิดของคำได้ดังต่อไปนี้
- คำนาม มีความหมายได้ว่า การเล่าเรียน การฝึกฝน และการอบรม
- คำกริยา มีความหมายได้ว่า เล่าเรียน ฝึกฝน และอบรม
```
PyThaiNLP
提供机构:
pythainlp
原始信息汇总
数据集卡片 for "thai-wiktionary-prompt"
概述
- 语言: 泰语
- 许可: CC BY-SA 3.0
- 大小类别: 10K<n<100K
- 任务类别:
- 文本到文本生成
- 文本生成
配置
- 配置名称: default
- 数据文件:
- 分割: train
- 路径: data/train-*
数据集信息
- 特征:
- 名称: inputs
- 数据类型: string
- 名称: targets
- 数据类型: string
- 名称: inputs
- 分割:
- 名称: train
- 字节数: 10265752
- 样本数: 19729
- 名称: train
- 下载大小: 2491006
- 数据集大小: 10265752
模板
Inputs: จงบอกความหมายของคำต่อไปนี้: {word}
Targets: คำว่า {word} มีความหมายตามชนิดของคำได้ดังต่อไปนี้
- POS มีความหมายได้ว่า the meaning of word (split with "/")
示例
Inputs: จงบอกความหมายของคำต่อไปนี้: ศึกษา
Targets: คำว่า ศึกษา มีความหมายตามชนิดของคำได้ดังต่อไปนี้
- คำนาม มีความหมายได้ว่า การเล่าเรียน การฝึกฝน และการอบรม
- คำกริยา มีความหมายได้ว่า เล่าเรียน ฝึกฝน และอบรม



