AmareshHebbar commited on
Commit
651bc8b
·
verified ·
1 Parent(s): 51e8313

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -27
README.md CHANGED
@@ -1,29 +1,26 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: slug
5
- dtype: string
6
- - name: solution_id
7
- dtype: string
8
- - name: primary_algorithm
9
- dtype: string
10
- - name: verified
11
- dtype: 'null'
12
- - name: messages
13
- list:
14
- - name: role
15
- dtype: string
16
- - name: content
17
- dtype: string
18
- splits:
19
- - name: train
20
- num_bytes: 925606
21
- num_examples: 631
22
- download_size: 895160
23
- dataset_size: 925606
24
- configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - javascript
10
+ - leetcode
11
+ - algorithms
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
+
14
+ # LeetCode Code-Gen Dataset — JavaScript
15
+
16
+ Problem statement + examples + required algorithm/technique -> JavaScript solution.
17
+ 631 rows. Sourced from doocs/leetcode.
18
+
19
+ **Not execution-verified** — no compiler/runtime harness exists yet for this language. Extracted directly from doocs/leetcode community solutions; treat correctness as likely, not guaranteed.
20
+
21
+ ## Fields
22
+ - `slug`: LeetCode problem slug
23
+ - `solution_id`: unique id, problem + approach index + language
24
+ - `primary_algorithm`: normalized algorithm/technique label
25
+ - `verified`: true/false for Python (execution-checked), null for other languages
26
+ - `messages`: chat-format (system/user/assistant), ready for SFT