Instructions to use benjaminchen22/benchmark-model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use benjaminchen22/benchmark-model2 with Transformers:
# Load model directly from transformers import CustomHFModel2 model = CustomHFModel2.from_pretrained("benjaminchen22/benchmark-model2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 260 Bytes
00b4181 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"architectures": [
"CustomHFModel2"
],
"hidden_size": 64,
"model_type": "custom_model",
"original_config": {
"hidden_size": 64,
"input_size": 10,
"num_labels": 2
},
"torch_dtype": "float32",
"transformers_version": "4.46.1"
}
|