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="CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML")
model = AutoModelForCausalLM.from_pretrained("CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML")
Quick Links

LLaMa_V2-13B-Instruct-Uncensored-GGML

Quantized LLaMa.V2 13B model weights - Instruction based

Big thank you to Eric Hartford for his work aiding the creation of datasets such as:
- wizardlm_evol_instruct_V2_196k_unfiltered_merged_split
- wizard_vicuna_70k_unfiltered

Such datasets play a big role in accurately addressing model biases, without sacrificing performance

Provided Files:

Quantised:

Unquantised:



Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Dataset used to train CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML

Space using CONCISE/LLaMa_V2-13B-Instruct-Uncensored-GGML 1