File size: 561 Bytes
2b92e3c 15500eb 2b92e3c 15500eb be2e4a9 15500eb 70a6f49 |
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 |
---
license: openrail
task_categories:
- translation
- text-classification
language:
- ta
- en
size_categories:
- 1K<n<10K
---
Translation of Tanglish to tamil
Source: karky.in
To use
```python
import datasets
s = datasets.load_dataset('Deepakvictor/tanglish-tamil')
print(s)
"""DatasetDict({
train: Dataset({
features: ['Movie', 'FileName', 'Song', 'Tamillyrics', 'Tanglishlyrics', 'Mood', 'Genre'],
num_rows: 597
})
})"""
```
Credits and Source: https://karky.in/
---
For simpler version
Visit this dataset --> "Deepakvictor/tan-tam" |