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-SharpBalance")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

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

Sharp Balance is a general capability upgrade to Llama 2 70b.

It does not have any current practical use. The model is available for legacy and reference purposes. View our profile for our latest models.

The original upload of Sharp Balance contained errors in how weights were saved, which have now been fixed. Additional issues and bugs may be expected; no support is available. Use at your own discretion.

Downloads last month
20
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-SharpBalance

Quantizations
2 models