How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="ayushrupapara/llama3_8b_flanv2_cot")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ayushrupapara/llama3_8b_flanv2_cot", device_map="auto")
Quick Links

Code

Uploaded model

  • Developed by: ayushrupapara
  • License: apache-2.0
  • Finetuned from model : unsloth/llama-3-8b-bnb-4bit

This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.

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

4-bit

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

Model tree for ayushrupapara/llama3_8b_flanv2_cot

Quantized
(872)
this model

Dataset used to train ayushrupapara/llama3_8b_flanv2_cot