Instructions to use nliampi/custom-model-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nliampi/custom-model-test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nliampi/custom-model-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "EmptyModel" | |
| ], | |
| "dtype": "float32", | |
| "hidden_size": 8, | |
| "model_type": "empty", | |
| "pad_token_id": 0, | |
| "transformers_version": "4.56.1", | |
| "vocab_size": 8 | |
| } | |