Push model using huggingface_hub.
Browse files- README.md +14 -0
- config.json +7 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: resyn
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 7 |
+
- regex-synthesis
|
| 8 |
+
- router
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 12 |
+
- Code: https://github.com/mrseongminkim/ReSyn
|
| 13 |
+
- Paper: https://arxiv.org/pdf/2603.24624
|
| 14 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"device": null,
|
| 3 |
+
"hidden_size": 256,
|
| 4 |
+
"max_string_length": 110,
|
| 5 |
+
"n_heads": 8,
|
| 6 |
+
"n_layers": 2
|
| 7 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc322b1c0079c48f577fbe93f818c59bd8bcd55351062b61ed58cb64bc4df69
|
| 3 |
+
size 18698220
|