Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
ydshieh
/
pt_custom_model_example
like
0
Transformers
PyTorch
my_model
custom_code
Inference Endpoints
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
981428d
pt_custom_model_example
/
config.json
ydshieh
add config
981428d
about 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
{
"n_layers"
:
2
,
"model_type"
:
"my_model"
,
"auto_map"
:
{
"AutoConfig"
:
"configuration_my_model.MyModelConfig"
}
}