janisrebekahv commited on
Commit
68338f5
·
verified ·
1 Parent(s): 9779f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -43,6 +43,15 @@ This dataset is a combination of:
43
  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)**.
44
 
45
  This fine-tuned model enhances English-to-Tamil translations by incorporating **natural, conversational, and slang-based Tamil expressions**.
 
 
 
 
 
 
 
 
 
46
  ---
47
 
48
  ## 🚀 How to Use
@@ -55,13 +64,3 @@ from datasets import load_dataset
55
  dataset = load_dataset("janisrebekahv/colloquial-tamil-dataset")
56
  print(dataset)
57
  ---
58
-
59
- ## 🔹 Example Data
60
-
61
- ```json
62
- {
63
- "instruction": "Translate provided English text into colloquial Tamil",
64
- "input": "Bro, you’ve got to try this dish, it’s amazing!",
65
- "output": "ப்ரோ, இது சாப்பிடிட்டு பாரு, ரொம்ப சூப்பர்!"
66
- }
67
-
 
43
  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)**.
44
 
45
  This fine-tuned model enhances English-to-Tamil translations by incorporating **natural, conversational, and slang-based Tamil expressions**.
46
+
47
+ ## 🔹 Example Data
48
+
49
+ ```json
50
+ {
51
+ "instruction": "Translate provided English text into colloquial Tamil",
52
+ "input": "Bro, you’ve got to try this dish, it’s amazing!",
53
+ "output": "ப்ரோ, இது சாப்பிடிட்டு பாரு, ரொம்ப சூப்பர்!"
54
+ }
55
  ---
56
 
57
  ## 🚀 How to Use
 
64
  dataset = load_dataset("janisrebekahv/colloquial-tamil-dataset")
65
  print(dataset)
66
  ---