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="extraltodeus/llamachill_13b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("extraltodeus/llamachill_13b")
model = AutoModelForCausalLM.from_pretrained("extraltodeus/llamachill_13b")
Quick Links

This model is the selection of the values having the smallest sum of euclidean distances in between:

  • TheBloke_WizardLM-1.0-Uncensored-Llama2-13B
  • TheBloke_Spicyboros-13B-2.2-GPTQ
  • TheBloke_MythoMax-L2-13B-GPTQ
  • TheBloke_Llama-2-13B-GPTQ

Overall it seems to be the most resilient to "bad settings" that I have tried so far.

It is surprisingly efficient at french too.

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