Instructions to use not-lain/newkwargsserialization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use not-lain/newkwargsserialization with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("not-lain/newkwargsserialization", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "a": 1, | |
| "b": 2, | |
| "d": "d", | |
| "kwargs": { | |
| "c": "c" | |
| } | |
| } |