nepali_llm_datasets / README.md
Aananda-giri's picture
Upload README.md with huggingface_hub
e114adb verified
|
raw
history blame
2.03 kB
metadata
configs:
  - config_name: nepberta
    data_files:
      - split: train
        path:
          - nepberta/clean_date_categories/chunk_1.txt
          - nepberta/clean_date_categories/chunk_2.txt
          - nepberta/clean_date_categories/chunk_3.txt
          - nepberta/clean_date_categories/chunk_4.txt
          - nepberta/clean_date_categories/chunk_5.txt
          - nepberta/clean_date_categories/chunk_6.txt
          - nepberta/clean_date_categories/chunk_7.txt
          - nepberta/clean_date_categories/chunk_8.txt
          - nepberta/clean_date_categories/chunk_9.txt
          - nepberta/clean_date_categories/chunk_10.txt
          - nepberta/clean_date_categories/chunk_11.txt
          - nepberta/clean_date_categories/chunk_12.txt
          - nepberta/clean_date_categories/chunk_13.txt
          - nepberta/clean_date_categories/chunk_14.txt
          - nepberta/clean_date_categories/chunk_15.txt
          - nepberta/clean_date_categories/chunk_16.txt
          - nepberta/clean_date_categories/chunk_17.txt
          - nepberta/clean_date_categories/chunk_18.txt
      - split: test
        path:
          - nepberta/clean_date_categories/chunk_19.txt
          - nepberta/clean_date_categories/chunk_20.txt
          - nepberta/clean_date_categories/chunk_21.txt
          - nepberta/clean_date_categories/chunk_22.txt
          - nepberta/clean_date_categories/chunk_23.txt

Nepali LLM Datasets

This repository contains two configurations of Nepali LLM datasets:

Configurations

1. Scrapy Engine

  • Description: Contains data collected using a web scraping engine.
  • Files: [List any specific files or formats]

2. Nepberta

  • Description: Contains data related to the Nepberta project.
  • Files: [List any specific files or formats]

Usage

To load the datasets:

from datasets import load_dataset

# Load scrapy engine configuration
scrapy_dataset = load_dataset("Aananda-giri/nepali_llm_datasets", name="scrapy_engine")

# Load nepberta configuration
nepberta_dataset = load_dataset("Aananda-giri/nepali_llm_datasets", name="nepberta")