Boredoom17 commited on
Commit
a3e151a
·
verified ·
1 Parent(s): a69e3d8

Align dataset card title/pretty_name with repository name

Browse files
Files changed (1) hide show
  1. README.md +30 -30
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pretty_name: Nepali Formal Corpus
3
  task_categories:
4
  - text-generation
5
  - text-classification
@@ -18,23 +18,18 @@ size_categories:
18
  - 1M<n<10M
19
  ---
20
 
21
- # Nepali Formal Corpus
22
 
23
- ## Abstract
24
- This subset isolates formal Nepali text with a strong emphasis on journalistic and editorial style. It is intended for experiments where grammatical consistency, formal register, and topical reporting language are prioritized over conversational variation.
25
 
26
- ## Dataset Composition
27
- Total rows: 6,735,808
 
 
 
28
 
29
- Primary source groups:
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
- ## Research Use Cases
58
- - Formal Nepali pretraining and continued pretraining
59
  - News classification and topic modeling
60
- - Information extraction from standard prose
61
- - Register transfer experiments (formal to colloquial and vice versa)
62
 
63
- ## Limitations
64
- - Coverage is news-heavy and may not transfer directly to social language tasks.
65
- - Editorial and publication bias from source outlets may be present.
66
- - A small number of scrape-era formatting artifacts can remain.
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
- ## Citation
 
 
 
 
 
 
75
  ```bibtex
76
- @dataset{chhetri2026nepali_formal,
77
- author = {Aadarsha Chhetri},
78
- title = {Nepali Formal Corpus},
79
- year = {2026},
80
- publisher = {Hugging Face},
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
  ```