Text Generation
PEFT
Safetensors
English
falcon
search-queries
instruct-fine-tuned
search-queries-parser
zero-shot
llm
custom_code
Instructions to use EmbeddingStudio/query-parser-falcon-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EmbeddingStudio/query-parser-falcon-7b-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("tiiuae/falcon-7b-instruct") model = PeftModel.from_pretrained(base_model, "EmbeddingStudio/query-parser-falcon-7b-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
af2b4b5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d4b7809d6f0787facba1d8cc814ed3c1b9c36ae71c73a0ae23a7cb38b37a013
size 4728
|