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="sequelbox/Llama2-70B-SpellBlade")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("sequelbox/Llama2-70B-SpellBlade")
model = AutoModelForCausalLM.from_pretrained("sequelbox/Llama2-70B-SpellBlade")
Quick Links

Spell Blade is a chat and general capability finetuned upgrade to Llama 2, focused on improving conversational quality as well as supplementing technical capability.

Performs solidly as-is, user satisfaction will be optimized with further finetuning.

Most training data utilizes the [INST][/INST] chat format.

This is a 'legacy model' offered primarily for reference purposes. I recommend Llama 3 over this model for general use.

Downloads last month
72
Safetensors
Model size
69B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for sequelbox/Llama2-70B-SpellBlade

Quantizations
3 models