{ | |
"architectures": [ | |
"MyModel" | |
], | |
"auto_map": { | |
"AutoConfig": "test_model.MyModelConfig", | |
"AutoModel": "test_model.MyModel" | |
}, | |
"input_dim": 10, | |
"layers_num": 3, | |
"torch_dtype": "float32", | |
"transformers_version": "4.24.0" | |
} | |
{ | |
"architectures": [ | |
"MyModel" | |
], | |
"auto_map": { | |
"AutoConfig": "test_model.MyModelConfig", | |
"AutoModel": "test_model.MyModel" | |
}, | |
"input_dim": 10, | |
"layers_num": 3, | |
"torch_dtype": "float32", | |
"transformers_version": "4.24.0" | |
} | |