Instructions to use kanika23oct/kanikatestmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kanika23oct/kanikatestmodel with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kanika23oct/kanikatestmodel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
Kanika Maheshwari
Fix gradio 6 runtime: drop removed type='messages' kwarg from ChatInterface/Chatbot
622043e