Instructions to use not-lain/MyModelWithParams with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use not-lain/MyModelWithParams with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("not-lain/MyModelWithParams", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 124 Bytes
453aea0 | 1 2 3 4 5 6 7 8 9 10 | {
"a": "a",
"b": "b",
"c": "c",
"config": {
"a": 2,
"b": 1
},
"huggingface_hub_version": "0.22.0.dev0"
} |