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="TeeZee/Qra-13b-instruct")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("TeeZee/Qra-13b-instruct")
model = AutoModelForCausalLM.from_pretrained("TeeZee/Qra-13b-instruct")
Quick Links

Uploaded model

  • Trained only on Q->A, not chat
  • Alpaca prompt template with Input
  • Developed by: TeeZee
  • License: llama2
  • Finetuned from model : OPI-PG/Qra-13b

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

Downloads last month
5
Safetensors
Model size
13B params
Tensor type
BF16
·
Inference Providers NEW

Model tree for TeeZee/Qra-13b-instruct

Base model

OPI-PG/Qra-13b
Finetuned
(1)
this model
Finetunes
1 model
Quantizations
3 models

Dataset used to train TeeZee/Qra-13b-instruct

Collection including TeeZee/Qra-13b-instruct