ModelHub XC 26bc524e35 初始化项目,由ModelHub XC社区提供模型
Model: circulus/Llama-2-13b-orca-v1
Source: Original Platform
2026-05-28 05:20:17 +08:00

license, datasets, language, library_name, pipeline_tag
license datasets language library_name pipeline_tag
mit
Open-Orca/OpenOrca
en
transformers text-generation

img

model_name = "circulus/Llama-2-13b-orca-v1"
tokenizer = AutoTokenizer.from_pretrained(model_name, use_fast=False)
config = BitsAndBytesConfig(load_in_4bit=True, bnb_4bit_compute_dtype=torch.bfloat16, bnb_4bit_use_double_quant=True)
model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto", quantization_config=config)
Description
Model synced from source: circulus/Llama-2-13b-orca-v1
Readme 714 KiB