File size: 1,105 Bytes
6151cf5
340e92f
 
6151cf5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
---
language:
- ta
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: filename
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 150897743
    num_examples: 4627
  - name: validation
    num_bytes: 19472039
    num_examples: 578
  - name: test
    num_bytes: 18720311
    num_examples: 579
  download_size: 64416444
  dataset_size: 189090093
---
README for Tamil Computing Dataset

This is a dataset of synthetically generated Tamil articles from Wikipedia (188.9MB), focused on the computing domain, derived by translating English articles using Google’s Cloud Translation API (scraped from Wikipedia). This dataset is ideal for fine-tuning pre-trained language models, enriching their Tamil linguistic understanding, and domain-specific knowledge on Computing, especially when working on Tamil NLP applications or researching low-resource language capabilities in language models.