Push model using huggingface_hub.
Browse files- README.md +7 -5
- config.json +8 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
Link to the paper: https://huggingface.co/papers/2503.00205
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
- model_hub_mixin
|
6 |
+
pipeline_tag: analog-circuit-topology-discovery
|
7 |
---
|
8 |
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: https://github.com/xz-group/AnalogGenie
|
11 |
+
- Docs: [More Information Needed]
|
|
|
|
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"block_size": 1024,
|
3 |
+
"dropout": 0.2,
|
4 |
+
"n_embd": 384,
|
5 |
+
"n_head": 6,
|
6 |
+
"n_layer": 6,
|
7 |
+
"vocab_size": 1005
|
8 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:071a4146862c5167a7e6bc0b0d28af72ebb92cdc92dcd1e645ab9da277a02816
|
3 |
+
size 198242500
|