How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="luohy/SAIL-7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("luohy/SAIL-7b")
model = AutoModelForCausalLM.from_pretrained("luohy/SAIL-7b")
Quick Links

Search Augmented Instruction Learning (SAIL-7b) LLM

The language model is fine-tuned to use retrieval model and search engines.

Downloads last month
889
Inference Providers NEW

Paper for luohy/SAIL-7b