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
File size: 189 Bytes
6158fdb | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"architectures": [
"EmptyModel"
],
"dtype": "float32",
"hidden_size": 8,
"model_type": "empty",
"pad_token_id": 0,
"transformers_version": "4.56.1",
"vocab_size": 8
}
|