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="GreenBitAI/Llama-2-7B-layer-mix-bpw-2.2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("GreenBitAI/Llama-2-7B-layer-mix-bpw-2.2")
model = AutoModelForCausalLM.from_pretrained("GreenBitAI/Llama-2-7B-layer-mix-bpw-2.2")
Quick Links

GreenBit LLMs

This is GreenBitAI's pretrained low-bit LLMs with extreme compression yet still strong performance.

Please refer to our Github page for the code to run the model and more information.

Downloads last month
2
Safetensors
Model size
0.9B params
Tensor type
I32
·
F16
·
I16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including GreenBitAI/Llama-2-7B-layer-mix-bpw-2.2