beratcmn/lima-tr
收藏Hugging Face2024-03-24 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/beratcmn/lima-tr
下载链接
链接失效反馈官方服务:
资源简介:
---
license: other
task_categories:
- question-answering
- text-generation
language:
- tr
tags:
- croissant
pretty_name: Lima Turkish
size_categories:
- 1K<n<10K
---
# LIMA-TR
This is the Turkish Translation of `LIMA`.
**Gemini-1.0-Pro** used most of the time and **GPT-3.5-Turbo** used where Gemini refused to translate some prompts.
## Usage
```python
from datasets import load_dataset
dataset = load_dataset("beratcmn/lima-tr")
```
## License
If the source data of LIMA has a stricter license than CC BY-NC-SA, the LIMA dataset follows the same. Otherwise, it follows the CC BY-NC-SA license.
提供机构:
beratcmn
原始信息汇总
数据集概述
基本信息
- 数据集名称: LIMA-TR
- 数据集描述: 土耳其语翻译版本的LIMA数据集。
- 主要用途: 用于问答和文本生成任务。
- 语言: 土耳其语(tr)
- 数据集大小: 1K<n<10K
- 许可证: 如果LIMA源数据的许可证比CC BY-NC-SA更严格,则LIMA-TR遵循相同的许可证;否则,遵循CC BY-NC-SA许可证。
技术细节
- 模型使用: 主要使用Gemini-1.0-Pro进行翻译,对于Gemini拒绝翻译的部分,使用GPT-3.5-Turbo进行处理。
使用方法
python from datasets import load_dataset dataset = load_dataset("beratcmn/lima-tr")



