JulianAT commited on
Commit
24b6c88
·
verified ·
1 Parent(s): 947c3ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -18
README.md CHANGED
@@ -1,29 +1,51 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: text
5
- dtype: string
6
- - name: id
7
- dtype: string
8
- - name: metadata
9
- struct:
10
- - name: file_path
11
  dtype: string
12
- - name: repo_id
13
  dtype: string
14
- - name: token_count
 
 
 
 
 
 
 
 
15
  dtype: int64
16
- - name: __index_level_0__
17
- dtype: int64
18
  splits:
19
- - name: train
20
- num_bytes: 4387049
21
- num_examples: 2043
22
  download_size: 1468825
23
  dataset_size: 4387049
24
  configs:
25
- - config_name: default
26
- data_files:
27
- - split: train
28
- path: data/train-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: text
 
 
 
 
 
 
5
  dtype: string
6
+ - name: id
7
  dtype: string
8
+ - name: metadata
9
+ struct:
10
+ - name: file_path
11
+ dtype: string
12
+ - name: repo_id
13
+ dtype: string
14
+ - name: token_count
15
+ dtype: int64
16
+ - name: __index_level_0__
17
  dtype: int64
 
 
18
  splits:
19
+ - name: train
20
+ num_bytes: 4387049
21
+ num_examples: 2043
22
  download_size: 1468825
23
  dataset_size: 4387049
24
  configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: train
28
+ path: data/train-*
29
  ---
30
+
31
+ # SynthUI - Dataset v2
32
+
33
+ ## This dataset contains data scraped from following github repos:
34
+
35
+ ```python
36
+ ICON_REPOS = [
37
+ "lucide-icons/lucide" # ISC
38
+ ]
39
+ UI_REPOS = [
40
+ "shadcn-ui/ui", # MIT
41
+ "DarkInventor/easy-ui" # MIT
42
+ ]
43
+ CODE_REPOS = [
44
+ "moinulmoin/chadnext", # MIT
45
+ "shadcn-ui/taxonomy", # MIT
46
+ "horizon-ui/shadcn-nextjs-boilerplate", # MIT
47
+ "alifarooq9/rapidlaunch", # MIT
48
+ "ixartz/SaaS-Boilerplate", # MIT
49
+ "nobruf/shadcn-landing-page" # None
50
+ ]
51
+ ```