mridul3301
commited on
Commit
•
24ddb3b
1
Parent(s):
cf6bf8f
Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,38 @@ configs:
|
|
23 |
path: data/train-*
|
24 |
- split: test
|
25 |
path: data/test-*
|
|
|
|
|
|
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
path: data/train-*
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
+
license: mit
|
27 |
+
size_categories:
|
28 |
+
- 1M<n<10M
|
29 |
---
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
# Nepali Text Dataset
|
34 |
+
|
35 |
+
## Overview
|
36 |
+
|
37 |
+
The **Nepali Text Dataset** is a comprehensive collection of approximately 6.4 million articles in the
|
38 |
+
Nepali language. This dataset encompasses a diverse range of text types, including news articles, blogs,
|
39 |
+
and more, making it an invaluable resource for researchers, developers, and enthusiasts
|
40 |
+
in the fields of Natural Language Processing (NLP) and computational linguistics.
|
41 |
+
|
42 |
+
|
43 |
+
## Dataset Details
|
44 |
+
|
45 |
+
- **Total Articles**: ~6.4 million
|
46 |
+
- **Language**: Nepali
|
47 |
+
- **Size**: 27.5 GB (in csv)
|
48 |
+
- **Source**: Collected from various Nepali news websites, blogs, and other online platforms.
|
49 |
+
|
50 |
+
|
51 |
+
## Features
|
52 |
+
|
53 |
+
- **Diversity**: Includes a wide range of topics such as politics, culture, technology, and entertainment.
|
54 |
+
- **Rich Vocabulary**: Captures the nuances of the Nepali language, including idiomatic expressions and regional dialects.
|
55 |
+
- **Clean**: Is clean and work ready.
|
56 |
+
|
57 |
+
|
58 |
+
## Purpose
|
59 |
+
|
60 |
+
Primary purpose of generating this dataset is : ***Language modeling***.
|