File size: 2,086 Bytes
6f64f28
 
 
 
 
 
17470e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4af214d
48b85e1
4af214d
48b85e1
4af214d
 
48b85e1
4af214d
 
2db4e57
48b85e1
4af214d
 
 
 
 
 
9779f45
 
 
68338f5
 
 
 
 
 
 
 
 
9779f45
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
license: cc-by-4.0
language:
- en
- ta
---

# 📜 Colloquial Tamil Dataset for Machine Translation  

This dataset is designed to help AI models **translate English text into colloquial Tamil**. Unlike standard Tamil, colloquial Tamil includes **slang, informal phrases, and regional expressions** commonly used in everyday conversations.  

---  

## 📂 Dataset Details  

- **Languages:** English → Colloquial Tamil  
- **Format:** JSONL (`.jsonl`)  
- **Total Entries:** 16,269 sentence pairs  
- **Structure:** Each entry contains:  
  - `"instruction"`: The task description  
  - `"input"`: English text  
  - `"output"`: Colloquial Tamil translation  

---  

## 📜 Dataset Composition  

This dataset is a combination of:  

### 1️⃣ [jarvisvasu/english-to-colloquial-tamil](https://huggingface.co/datasets/jarvisvasu/english-to-colloquial-tamil)  
- A publicly available dataset for **English-to-Colloquial Tamil** translations.  

### 2️⃣ YouTube Comments Dataset (Custom-Created)  
- Extracted using the **YouTube API** from selected videos.  
- Converted into **colloquial Tamil** to ensure **authenticity and linguistic accuracy**.  

### 3️⃣ ChatGPT-Generated Data  
- Used to generate additional **colloquial Tamil phrases**.  
- Ensured alignment with **natural speech patterns** and **real-world usage**.  

---  

This combined dataset was specifically curated to **fine-tune the [suriya7/English-to-Tamil](https://huggingface.co/suriya7/English-to-Tamil) model**, resulting in **[janisrebekahv/finetuned-colloquial-tamil](https://huggingface.co/janisrebekahv/finetuned-colloquial-tamil)**.  

This fine-tuned model enhances English-to-Tamil translations by incorporating **natural, conversational, and slang-based Tamil expressions**. 

## 🔹 Example Data  

```json
{
  "instruction": "Translate provided English text into colloquial Tamil",
  "input": "Bro, you’ve got to try this dish, it’s amazing!",
  "output": "ப்ரோ, இது சாப்பிடிட்டு பாரு, ரொம்ப சூப்பர்!"
}
---