Commit
·
15500eb
1
Parent(s):
b4407d9
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail
|
3 |
+
task_categories:
|
4 |
+
- translation
|
5 |
+
- text-classification
|
6 |
+
language:
|
7 |
+
- ta
|
8 |
+
- en
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
---
|
12 |
+
Translation of Tanglish to tamil
|
13 |
+
Source: karky.in
|
14 |
+
To use
|
15 |
+
```python
|
16 |
+
import datasets
|
17 |
+
s = datasets.load_dataset('Deepakvictor/tanglish-tamil')
|
18 |
+
print(s)
|
19 |
+
"""DatasetDict({
|
20 |
+
train: Dataset({
|
21 |
+
features: ['Movie', 'FileName', 'Song', 'Tamillyrics', 'Tanglishlyrics', 'Mood', 'Genre'],
|
22 |
+
num_rows: 597
|
23 |
+
})
|
24 |
+
})"""
|
25 |
+
```
|
26 |
+
For simpler version
|
27 |
+
Visit this dataset --> <link>
|