| --- |
| license: apache-2.0 |
| task_categories: |
| - autonomous-driving |
| language: |
| - en |
| tags: |
| - simulation |
| - ad |
| - mini-dataset |
| --- |
| |
| # π simData-Mini (Preview Version) |
|
|
| <div align="center"> |
|
|
| | **Current Version** | **Full Dataset** | |
| |:-------------------:|:----------------:| |
| | π’ **Mini / Preview** | [π Click Here for Full Version](https://huggingface.co/datasets/Keymotek/simData-Dataset) | |
|
|
| </div> |
|
|
| --- |
|
|
| ## π¬π§ English Description |
|
|
| ### π’ Important Notice |
| This dataset (`simData_mini`) is a **lightweight subset** of the complete `simData` dataset. |
| **Please Note:** |
| 1. **Purpose:** This mini version is intended **strictly for small-scale testing, pipeline debugging, and quick verification**. |
| 2. **Performance:** Results obtained from this mini dataset **cannot** represent the performance of the model on the full dataset. |
| 3. **Link:** To access the complete training and validation data, please visit the [Full Dataset Page](https://huggingface.co/datasets/Keymotek/simData-Dataset). |
|
|
| ### π Dataset Summary |
| `simData` is a dataset designed for [Insert brief description, e.g., Autonomous Driving Simulation ]. |
| This mini version contains approximately `[Insert Number, e.g., 10%]` of the original data samples, allowing developers to: |
| * Quickly download and inspect the data structure. |
| * Debug code without downloading terabytes of data. |
| * Run CI/CD tests. |
|
|
| ### π Quick Start |
| You can download this dataset using the Hugging Face CLI or Python. |
|
|
| **Using Python:** |
| ```python |
| from huggingface_hub import snapshot_download |
| |
| snapshot_download( |
| repo_id="Keymotek/simData_mini-Dataset", |
| repo_type="dataset", |
| local_dir="./data/simData_mini" |
| ) |