Instructions to use CanadianGamer/blank_chatbot_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CanadianGamer/blank_chatbot_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("CanadianGamer/blank_chatbot_model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "architectures": [ | |
| "ChatbotModel" | |
| ], | |
| "hidden_size": 256, | |
| "input_size": 10000, | |
| "model_type": "chatbot", | |
| "output_size": 10000, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.43.3" | |
| } | |