Align dataset card title/pretty_name with repository name
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
pretty_name: Nepali
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
- text-classification
|
|
@@ -18,23 +18,18 @@ size_categories:
|
|
| 18 |
- 1M<n<10M
|
| 19 |
---
|
| 20 |
|
| 21 |
-
# Nepali
|
| 22 |
|
| 23 |
-
##
|
| 24 |
-
This
|
| 25 |
|
| 26 |
-
##
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
-
|
| 30 |
-
- IRIISNEPAL release
|
| 31 |
-
- Nepali Wikipedia extraction
|
| 32 |
-
- Scraped Nepali news sources
|
| 33 |
-
|
| 34 |
-
Typical characteristics:
|
| 35 |
-
- Predominantly Devanagari script
|
| 36 |
-
- Formal register
|
| 37 |
-
- News and editorial discourse structure
|
| 38 |
|
| 39 |
## Schema
|
| 40 |
- text
|
|
@@ -54,16 +49,16 @@ Notes:
|
|
| 54 |
- Duplicate and malformed records are reduced during preprocessing.
|
| 55 |
- Metadata is preserved to enable source-aware and license-aware filtering.
|
| 56 |
|
| 57 |
-
##
|
| 58 |
-
-
|
| 59 |
- News classification and topic modeling
|
| 60 |
-
-
|
| 61 |
-
-
|
| 62 |
|
| 63 |
-
##
|
| 64 |
-
-
|
| 65 |
-
-
|
| 66 |
-
- A
|
| 67 |
|
| 68 |
## License Statement
|
| 69 |
Mixed-source formal aggregate:
|
|
@@ -71,13 +66,18 @@ Mixed-source formal aggregate:
|
|
| 71 |
- CC BY-SA 4.0 (Wikipedia)
|
| 72 |
- source-dependent (scraped news)
|
| 73 |
|
| 74 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
```bibtex
|
| 76 |
-
@dataset{
|
| 77 |
-
author
|
| 78 |
-
title
|
| 79 |
-
year
|
| 80 |
-
|
| 81 |
-
url = {https://huggingface.co/datasets/Boredoom17/nepali-formal-corpus}
|
| 82 |
}
|
| 83 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: Nepali-Flow-Formal
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
- text-classification
|
|
|
|
| 18 |
- 1M<n<10M
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# Nepali-Flow-Formal
|
| 22 |
|
| 23 |
+
## What's This?
|
| 24 |
+
This dataset has formal Nepali writing—the kind you'd find in news articles, encyclopedias, and research papers. Good for training language models on clear, well-written Nepali.
|
| 25 |
|
| 26 |
+
## What's Inside
|
| 27 |
+
**6,735,808 rows** from three places:
|
| 28 |
+
- IRIISNEPAL dataset (MIT license)
|
| 29 |
+
- Nepali Wikipedia
|
| 30 |
+
- Nepali news outlets (Kantipur, Setopati, etc.)
|
| 31 |
|
| 32 |
+
Mostly in Devanagari script. Formal writing—no slang or memes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
|
| 34 |
## Schema
|
| 35 |
- text
|
|
|
|
| 49 |
- Duplicate and malformed records are reduced during preprocessing.
|
| 50 |
- Metadata is preserved to enable source-aware and license-aware filtering.
|
| 51 |
|
| 52 |
+
## Good For
|
| 53 |
+
- Training language models on formal Nepali
|
| 54 |
- News classification and topic modeling
|
| 55 |
+
- Tasks where proper grammar matters
|
| 56 |
+
- Understanding how formal Nepali differs from casual speech
|
| 57 |
|
| 58 |
+
## Fair Warnings
|
| 59 |
+
- Mostly news articles—might not help with casual speech understanding
|
| 60 |
+
- Some articles lean toward specific outlets' editorial styles
|
| 61 |
+
- A few random formatting hiccups might be hiding in there
|
| 62 |
|
| 63 |
## License Statement
|
| 64 |
Mixed-source formal aggregate:
|
|
|
|
| 66 |
- CC BY-SA 4.0 (Wikipedia)
|
| 67 |
- source-dependent (scraped news)
|
| 68 |
|
| 69 |
+
## How to Cite
|
| 70 |
+
If you use this in research, cite it like:
|
| 71 |
+
```
|
| 72 |
+
Aadarsha Chhetri. (2026). Nepali-Flow-Formal. https://huggingface.co/datasets/Boredoom17/Nepali-Flow-Formal
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
Or in BibTeX:
|
| 76 |
```bibtex
|
| 77 |
+
@dataset{aadarsha2026formal,
|
| 78 |
+
author = {Aadarsha Chhetri},
|
| 79 |
+
title = {Nepali-Flow-Formal},
|
| 80 |
+
year = {2026},
|
| 81 |
+
url = {https://huggingface.co/datasets/Boredoom17/Nepali-Flow-Formal}
|
|
|
|
| 82 |
}
|
| 83 |
```
|