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
| { | |
| "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" | |
| } | |