kkomyoeminaung commited on
Commit
df78b97
·
verified ·
1 Parent(s): 7fcc522

Add README.md with CC BY-NC 4.0 license and viewer config

Browse files
Files changed (1) hide show
  1. README.md +61 -18
README.md CHANGED
@@ -1,21 +1,64 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: messages
5
- list:
6
- - name: content
7
- dtype: string
8
- - name: role
9
- dtype: string
10
- splits:
11
- - name: train
12
- num_bytes: 4298356
13
- num_examples: 1980
14
- download_size: 4309038
15
- dataset_size: 4298356
16
  configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: "data/train-00000-of-00001.parquet"
7
  ---
8
+
9
+ # Dataset Card for distilled-code-data-v2
10
+
11
+ ## Dataset Description
12
+
13
+ - **Repository:** https://huggingface.co/datasets/kkomyoeminaung/distilled-code-data-v2
14
+ - **Point of Contact:** [Your Name](mailto:your@email.com)
15
+
16
+ ### Dataset Summary
17
+ ဒီ dataset က `distilled-code-data-v2` အတွက် ဖန်တီးထားတာပါ။
18
+
19
+ ### Supported Tasks
20
+ - Text Generation / Instruction Tuning
21
+
22
+ ### Languages
23
+ - Myanmar (my) / English (en)
24
+
25
+ ## Dataset Structure
26
+
27
+ ### Data Instances
28
+ ```json
29
+ {
30
+ "text": "နမူနာ စာသား",
31
+ "label": "အညွှန်း"
32
+ }
33
+ ```
34
+
35
+ ### Data Fields
36
+ - `text`: the main text content.
37
+ - `label`: optional label or target.
38
+
39
+ ### Data Splits
40
+ | Split | Files |
41
+ |-------|-------|
42
+ | train | data/train-00000-of-00001.parquet |
43
+
44
+ ## Licensing Information
45
+ ဒီ dataset က [Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/) အောက်မှာ ရှိပါတယ်။
46
+
47
+ ဒီလိုင်စင်အရ သင်ဟာ:
48
+ - **မျှဝေနိုင်တယ်** – ဒေတာကို ကူးယူ၊ ဖြန့်ဝေနိုင်တယ်။
49
+ - **ပြင်ဆင်နိုင်တယ်** – ဒေတာကို ပြန်လည်ပြင်ဆင်၊ ဖန်တီးနိုင်တယ်။
50
+
51
+ ဒါပေမယ့် အောက်ပါအချက်တွေကို လိုက်နာရမယ်:
52
+ - **Attribution (ဂုဏ်ပြုချက်)** – သင့်အလုပ်မှာ မူရင်းဖန်တီးသူကို ထည့်သွင်းဖော်ပြရမယ်။
53
+ - **NonCommercial (စီးပွားဖြစ်မဟုတ်)** – ဒေတာကို စီးပွားဖြစ်ရည်ရွယ်ချက်အတွက် မသုံးရပါဘူး။
54
+
55
+ ## Citation
56
+ ```bibtex
57
+ @dataset{{{repo_name},
58
+ author = {{Your Name}},
59
+ title = {distilled-code-data-v2},
60
+ year = {2026},
61
+ publisher = {{Hugging Face}},
62
+ license = {{CC BY-NC 4.0}}
63
+ }}
64
+ ```