JulianAT commited on
Commit
4e7da46
·
verified ·
1 Parent(s): 356dbe6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +151 -51
README.md CHANGED
@@ -1,51 +1,151 @@
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: 4444879
21
- num_examples: 2039
22
- download_size: 1451849
23
- dataset_size: 4444879
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
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - JulianAT
4
+ language: en
5
+ license: mit
6
+ multilinguality: monolingual
7
+ size_categories: 2k
8
+ task_categories:
9
+ - Code Generation
10
+ task_ids:
11
+ - Code Generation
12
+ pretty_name: JulianAT/SynthUI-Code-2k-v1
13
+ ---
14
+
15
+ # Dataset Card for JulianAT/SynthUI-Code-2k-v1
16
+
17
+ <!-- Provide a quick summary of the dataset. -->
18
+
19
+
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ <!-- Provide a longer summary of what this dataset is. -->
26
+
27
+
28
+
29
+ - **Curated by:** [More Information Needed]
30
+ - **Funded by [optional]:** [More Information Needed]
31
+ - **Shared by [optional]:** [More Information Needed]
32
+ - **Language(s) (NLP):** en
33
+ - **License:** mit
34
+
35
+ ### Dataset Sources [optional]
36
+
37
+ <!-- Provide the basic links for the dataset. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the dataset is intended to be used. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section describes suitable use cases for the dataset. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Out-of-Scope Use
54
+
55
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
56
+
57
+ [More Information Needed]
58
+
59
+ ## Dataset Structure
60
+
61
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Creation
66
+
67
+ ### Curation Rationale
68
+
69
+ <!-- Motivation for the creation of this dataset. -->
70
+
71
+ [More Information Needed]
72
+
73
+ ### Source Data
74
+
75
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
76
+
77
+ #### Data Collection and Processing
78
+
79
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
80
+
81
+ [More Information Needed]
82
+
83
+ #### Who are the source data producers?
84
+
85
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Annotations [optional]
90
+
91
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
92
+
93
+ #### Annotation process
94
+
95
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
96
+
97
+ [More Information Needed]
98
+
99
+ #### Who are the annotators?
100
+
101
+ <!-- This section describes the people or systems who created the annotations. -->
102
+
103
+ [More Information Needed]
104
+
105
+ #### Personal and Sensitive Information
106
+
107
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Bias, Risks, and Limitations
112
+
113
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ### Recommendations
118
+
119
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
120
+
121
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
122
+
123
+ ## Citation [optional]
124
+
125
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
126
+
127
+ **BibTeX:**
128
+
129
+ [More Information Needed]
130
+
131
+ **APA:**
132
+
133
+ [More Information Needed]
134
+
135
+ ## Glossary [optional]
136
+
137
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## More Information [optional]
142
+
143
+ [More Information Needed]
144
+
145
+ ## Dataset Card Authors [optional]
146
+
147
+ [More Information Needed]
148
+
149
+ ## Dataset Card Contact
150
+
151
+ [More Information Needed]