Instructions to use hguddn/AI_intensive_class_QLoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hguddn/AI_intensive_class_QLoRA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hguddn/AI_intensive_class_QLoRA", device_map="auto") - Notebooks
- Google Colab
- Kaggle