Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
- text-generation
|
6 |
+
language:
|
7 |
+
- tr
|
8 |
+
tags:
|
9 |
+
- croissant
|
10 |
+
pretty_name: Lima Turkish
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
---
|
14 |
+
# LIMA-TR
|
15 |
+
|
16 |
+
This is the Turkish Translation of `GAIR/lima`.
|
17 |
+
|
18 |
+
**Gemini-1.0-Pro** used most of the time and **GPT-3.5** used where Gemini refused to translate some prompts.
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
```python
|
23 |
+
from datasets import load_dataset
|
24 |
+
dataset = load_dataset("beratcmn/lima-tr")
|
25 |
+
```
|
26 |
+
|
27 |
+
## License
|
28 |
+
|
29 |
+
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.
|