Instructions to use tytodd/test-probe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tytodd/test-probe with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tytodd/test-probe", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "ProbeModel" | |
| ], | |
| "dropout": 0, | |
| "dtype": "float32", | |
| "embedding_dim": 5120, | |
| "layer_index": 16, | |
| "model_type": "linear_probe", | |
| "num_layers": 65, | |
| "probe_type": "linear", | |
| "transformers_version": "4.57.6" | |
| } | |