Instructions to use TeamKoantek/databricksQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TeamKoantek/databricksQA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Wizard-Vicuna-13B-Uncensored-HF") model = PeftModel.from_pretrained(base_model, "TeamKoantek/databricksQA") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
617d486 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c3d9f159462d2fc3425af98371625f24fb47e55a96dfc46a24887ac9710b59d6
size 26271757
|