# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-generation", model="zagmo/ft-0645")# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("zagmo/ft-0645")
model = AutoModelForCausalLM.from_pretrained("zagmo/ft-0645")Quick Links
Base model: Llama2-chat-13B (2023-09)
Fine-tuned using Enron attachment docs (PDF and Word doc) on Together.AI (epochs=4).
Model is too large to load onto the free Inference API. To try the model, launch it on Inference Endpoints instead.
- Downloads last month
- -
# Gated model: Login with a HF token with gated access permission hf auth login