kkomyoeminaung commited on
Commit
7dedc95
·
verified ·
1 Parent(s): 36c84a9

Fix: exclude checkpoint files, rename default to train

Browse files
Files changed (1) hide show
  1. README.md +3 -21
README.md CHANGED
@@ -9,16 +9,11 @@ configs:
9
  # Dataset Card for distilled-code-data
10
 
11
  ## Dataset Description
12
-
13
  - **Repository:** https://huggingface.co/datasets/kkomyoeminaung/distilled-code-data
14
- - **Point of Contact:** [Your Name](mailto:your@email.com)
15
 
16
  ### Dataset Summary
17
  ဒီ dataset က `distilled-code-data` အတွက် ဖန်တီးထားတာပါ။
18
 
19
- ### Supported Tasks
20
- - Text Generation / Instruction Tuning
21
-
22
  ### Languages
23
  - Myanmar (my) / English (en)
24
 
@@ -26,15 +21,11 @@ configs:
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 |
@@ -42,15 +33,7 @@ configs:
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
@@ -58,7 +41,6 @@ configs:
58
  author = {{Your Name}},
59
  title = {distilled-code-data},
60
  year = {2026},
61
- publisher = {{Hugging Face}},
62
  license = {{CC BY-NC 4.0}}
63
  }}
64
  ```
 
9
  # Dataset Card for distilled-code-data
10
 
11
  ## Dataset Description
 
12
  - **Repository:** https://huggingface.co/datasets/kkomyoeminaung/distilled-code-data
 
13
 
14
  ### Dataset Summary
15
  ဒီ dataset က `distilled-code-data` အတွက် ဖန်တီးထားတာပါ။
16
 
 
 
 
17
  ### Languages
18
  - Myanmar (my) / English (en)
19
 
 
21
 
22
  ### Data Instances
23
  ```json
24
+ { "text": "နမူနာ စာသား", "label": "အညွှန်း" }
 
 
 
25
  ```
26
 
27
  ### Data Fields
28
+ - `text`: main content, `label`: optional.
 
29
 
30
  ### Data Splits
31
  | Split | Files |
 
33
  | train | data/train-00000-of-00001.parquet |
34
 
35
  ## Licensing Information
36
+ ဒီ dataset က [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) အောက်မှာ ရှိပါတယ်။
 
 
 
 
 
 
 
 
37
 
38
  ## Citation
39
  ```bibtex
 
41
  author = {{Your Name}},
42
  title = {distilled-code-data},
43
  year = {2026},
 
44
  license = {{CC BY-NC 4.0}}
45
  }}
46
  ```