Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Nepali LLM Datasets
|
2 |
+
|
3 |
+
This repository contains two configurations of Nepali LLM datasets:
|
4 |
+
|
5 |
+
## Configurations
|
6 |
+
|
7 |
+
### 1. Scrapy Engine
|
8 |
+
- Description: Contains data collected using a web scraping engine.
|
9 |
+
- Files: [List any specific files or formats]
|
10 |
+
|
11 |
+
### 2. Nepberta
|
12 |
+
- Description: Contains data related to the Nepberta project.
|
13 |
+
- Files: [List any specific files or formats]
|
14 |
+
|
15 |
+
## Usage
|
16 |
+
|
17 |
+
To load the datasets:
|
18 |
+
|
19 |
+
```python
|
20 |
+
from datasets import load_dataset
|
21 |
+
|
22 |
+
# Load scrapy engine configuration
|
23 |
+
scrapy_dataset = load_dataset("Aananda-giri/nepali_llm_datasets", name="scrapy_engine")
|
24 |
+
|
25 |
+
# Load nepberta configuration
|
26 |
+
nepberta_dataset = load_dataset("Aananda-giri/nepali_llm_datasets", name="nepberta")
|