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="nopperl/emissions-extraction-lora-merged-GGUF")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("nopperl/emissions-extraction-lora-merged-GGUF")
model = AutoModelForCausalLM.from_pretrained("nopperl/emissions-extraction-lora-merged-GGUF", device_map="auto")
Quick Links

emissions-extraction-lora merged with the mistralai/Mistral-7B-Instruct-v0.2, converted into GGUF format and quantized. Can be used with llama.cpp.

Downloads last month
18
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

5-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including nopperl/emissions-extraction-lora-merged-GGUF