overmach commited on
Commit
07de45d
·
verified ·
1 Parent(s): 644a5a7

Delete README.md

Browse files

Repo re-organization.

Files changed (1) hide show
  1. README.md +0 -44
README.md DELETED
@@ -1,44 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- task_categories:
4
- - reinforcement-learning
5
- language:
6
- - en
7
- tags:
8
- - eda
9
- - analog
10
- pretty_name: Osiris Dataset
11
- ---
12
- <!-- This dataset card aims to be a base template for new datasets.
13
- It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1). -->
14
-
15
- # Osiris: A Scalable Dataset Generation Pipeline for Machine Learning in Analog Circuit Design
16
-
17
- **Osiris** is an end-to-end analog circuits design pipeline capable of producing, validating, and evaluating layouts for generic analog circuits.
18
-
19
- The [Osiris GitHub repository](https://github.com/hardware-fab/osiris) hosts the code that implements the randomized pipeline as well as the reinforcement learning-driven baseline methodology discussed
20
- in the paper proposed at the NeurIPS 2025 Datasets & Benchmarks Track.
21
-
22
- The [Osiris 🤗 HuggingFace repository](https://huggingface.co/datasets/hardware-fab/osiris) hosts the randomly generated dataset discussed in the paper.
23
-
24
- - **Curated by:** hardware-fab
25
- - **License:** Open Data Commons License [cc-by-4.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/cc-by-4.0.md)
26
-
27
- ## How to Download
28
- The dataset is stored in `Osiris_Dataset.tar`.
29
- ```python
30
- from huggingface_hub import hf_hub_download
31
-
32
- file_path = hf_hub_download(
33
- repo_id="hardware-fab/osiris",
34
- filename="Osiris_Dataset.tar",
35
- repo_type="dataset",
36
- local_dir=<download_path>
37
- )
38
- ```
39
-
40
- ## Note
41
- This repository is protected by copyright and licensed under the [Apache-2.0 license](https://github.com/hardware-fab/chameleon/blob/main/LICENSE) file.
42
-
43
- © 2025 hardware-fab
44
-