techkid673's picture
Librarian Bot: Add language metadata for dataset (#2)
340e92f verified
metadata
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.