Deepakvictor commited on
Commit
35bb118
1 Parent(s): 9baed45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: openrail
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
  ---
4
+
5
+ Translation of Tanglish to tamil
6
+ Source: karky.in
7
+ To use
8
+ ```python
9
+ import datasets
10
+ s = datasets.load_dataset('Deepakvictor/tan-tam')
11
+ print(s)
12
+ """
13
+ DatasetDict({
14
+ train: Dataset({
15
+ features: ['en', 'ta'],
16
+ num_rows: 22114
17
+ })
18
+ })
19
+ """
20
+ ```
21
+ For Complex version --> "Deepakvictor/tanglish-tamil"