SynthUI-Code-2k-v1 / README.md
JulianAT's picture
Upload dataset
356dbe6 verified
|
raw
history blame
1.22 kB
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: id
      dtype: string
    - name: metadata
      struct:
        - name: file_path
          dtype: string
        - name: repo_id
          dtype: string
        - name: token_count
          dtype: int64
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 4444879
      num_examples: 2039
  download_size: 1451849
  dataset_size: 4444879
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

SynthUI - Dataset v2

This dataset contains data scraped from following github repos:

ICON_REPOS = [
    "lucide-icons/lucide"                               # ISC
]
UI_REPOS = [
    "shadcn-ui/ui",                                     # MIT
    "DarkInventor/easy-ui"                              # MIT
]
CODE_REPOS = [
    "moinulmoin/chadnext",                              # MIT
    "shadcn-ui/taxonomy",                               # MIT
    "horizon-ui/shadcn-nextjs-boilerplate",             # MIT
    "alifarooq9/rapidlaunch",                           # MIT
    "ixartz/SaaS-Boilerplate",                          # MIT
    "nobruf/shadcn-landing-page"                        # None
]