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
| { | |
| "a": "a", | |
| "b": "b", | |
| "c": "c", | |
| "config": { | |
| "a": 2, | |
| "b": 1 | |
| }, | |
| "huggingface_hub_version": "0.22.0.dev0" | |
| } |