| { | |
| "_name_or_path": "asRobotics/fingernet", | |
| "architectures": ["FingerNet"], | |
| "model_type": "fingernet", | |
| "x_dim": [6], | |
| "y_dim": [6, 1800], | |
| "h1_dim": [100, 1000], | |
| "h2_dim": [100, 1000], | |
| "torch_dtype": "float32", | |
| "layer_norm": false, | |
| "use_activation": "relu", | |
| "auto_map": { | |
| "AutoConfig": "modeling.FingerNetConfig", | |
| "AutoModel": "modeling.FingerNet" | |
| } | |
| } | |