janisrebekahv commited on
Commit
9779f45
·
verified ·
1 Parent(s): 5697ab8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -40,6 +40,22 @@ This dataset is a combination of:
40
 
41
  ---
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## 🔹 Example Data
44
 
45
  ```json
@@ -49,6 +65,3 @@ This dataset is a combination of:
49
  "output": "ப்ரோ, இது சாப்பிடிட்டு பாரு, ரொம்ப சூப்பர்!"
50
  }
51
 
52
- 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)**.
53
-
54
- This fine-tuned model enhances English-to-Tamil translations by incorporating **natural, conversational, and slang-based Tamil expressions**. 🚀🔥
 
40
 
41
  ---
42
 
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
49
+
50
+ You can load this dataset using the `datasets` library from Hugging Face:
51
+
52
+ ```python
53
+ from datasets import load_dataset
54
+
55
+ dataset = load_dataset("janisrebekahv/colloquial-tamil-dataset")
56
+ print(dataset)
57
+ ---
58
+
59
  ## 🔹 Example Data
60
 
61
  ```json
 
65
  "output": "ப்ரோ, இது சாப்பிடிட்டு பாரு, ரொம்ப சூப்பர்!"
66
  }
67