Boredoom17 commited on
Commit
2ed700f
·
verified ·
1 Parent(s): bf49ac3

Add LICENSE.md documentation

Browse files
Files changed (1) hide show
  1. LICENSE.md +65 -6
LICENSE.md CHANGED
@@ -1,8 +1,67 @@
1
- # License Summary
2
 
3
- This subset is CC BY 4.0 and derived from the colloquial YouTube-comment corpus.
4
 
5
- ## Row-Level Guidance
6
- - Check the `license` field in the parquet file before reuse.
7
- - Preserve attribution for source material when required.
8
- - Apply additional review before commercial redistribution.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # License
2
 
3
+ This corpus is a **mixed-source dataset** with multiple licenses. Each row is tagged with a `license` field indicating its source license.
4
 
5
+ ## License Breakdown by Source
6
+
7
+ ### IRIISNEPAL Dataset
8
+ - **License:** MIT
9
+ - **Rows:** ~6.0 million
10
+ - **Source:** https://github.com/bnltm/IIIiSNepal
11
+ - **Applies to:** `nepali-formal-corpus`
12
+
13
+ ### Nepali Wikipedia
14
+ - **License:** CC BY-SA 4.0
15
+ - **Rows:** ~291,000
16
+ - **Source:** Nepali Wikipedia dump
17
+ - **Attribution:** Derived from Wikipedia contributors
18
+ - **Applies to:** `nepali-formal-corpus`
19
+
20
+ ### Scraped News Sources
21
+ - **License:** Source-dependent
22
+ - **Rows:** ~87,000
23
+ - **Sources:**
24
+ - Kantipur News (private use)
25
+ - Setopati (private use)
26
+ - Nepal Khabar (private use)
27
+ - Nagarik (private use)
28
+ - Other Nepali news outlets
29
+ - **Note:** News articles are included under fair-use research assumptions. Please verify licensing with original publishers for commercial use.
30
+ - **Applies to:** `nepali-formal-corpus`
31
+
32
+ ### YouTube Comments
33
+ - **License:** CC BY 4.0
34
+ - **Rows:** ~431,000
35
+ - **Source:** YouTube API (public comments)
36
+ - **Attribution:** YouTube commenters
37
+ - **Applies to:** `nepali-colloquial-corpus`, `roman-nepali-corpus`
38
+
39
+ ## Usage Guidance
40
+
41
+ - **For academic research:** All sources are permissible under academic fair-use principles.
42
+ - **For commercial use:** Filter by license field. Use only MIT and CC BY 4.0 rows, or obtain permissions from news outlets.
43
+ - **For compliance:** Review the `license` column in each dataset to filter by acceptable licenses for your use case.
44
+
45
+ ## Recommended Attribution
46
+
47
+ If you use this corpus, cite it as:
48
+
49
+ ```
50
+ @dataset{nepali_text_corpus_2026,
51
+ author = {Aadarsha Chhetri},
52
+ title = {Nepali Text Corpus},
53
+ year = {2026},
54
+ organization = {Hugging Face Datasets},
55
+ url = {https://huggingface.co/datasets/Boredoom17/nepali-text-corpus}
56
+ }
57
+ ```
58
+
59
+ And acknowledge individual sources:
60
+ - IRIISNEPAL for formal text
61
+ - Wikipedia contributors for encyclopedia content
62
+ - Nepali news outlets for journalism
63
+ - YouTube commenters for colloquial speech
64
+
65
+ ---
66
+
67
+ **Last Updated:** April 2, 2026