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

tokenizer = AutoTokenizer.from_pretrained("sequelbox/Llama2-70B-SunsetBoulevard")
model = AutoModelForCausalLM.from_pretrained("sequelbox/Llama2-70B-SunsetBoulevard", device_map="auto")
Quick Links

Sunset Boulevard 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 Sunset Boulevard 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
122
Safetensors
Model size
69B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ 1 Ask for provider support

Model tree for sequelbox/Llama2-70B-SunsetBoulevard

Quantizations
5 models

Space using sequelbox/Llama2-70B-SunsetBoulevard 1