Text Generation
PEFT
Safetensors
Russian
mistral
saiga
search-queries
instruct-fine-tuned
search-queries-parser
zero-shot
llm
instuct
query parsing
Synthetic
Instructions to use EmbeddingStudio/query-parser-saiga-mistral-7b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EmbeddingStudio/query-parser-saiga-mistral-7b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Open-Orca/Mistral-7B-OpenOrca") model = PeftModel.from_pretrained(base_model, "EmbeddingStudio/query-parser-saiga-mistral-7b-lora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!