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="jebcarter/Psyfighter-13B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("jebcarter/Psyfighter-13B")
model = AutoModelForCausalLM.from_pretrained("jebcarter/Psyfighter-13B")
Quick Links
merge_method: task_arithmetic
base_model: TheBloke/Llama-2-13B-fp16
models:
  - model: TheBloke/Llama-2-13B-fp16
  - model: KoboldAI/LLaMA2-13B-Tiefighter
    parameters:
      weight: 1.0
  - model: chaoyi-wu/MedLLaMA_13B
    parameters:
      weight: 0.01
  - model: Doctor-Shotgun/llama-2-13b-chat-limarp-v2-merged
    parameters:
      weight: 0.02
dtype: float16

This model was made possible thanks to the Compute provided by the KoboldAI community.

Downloads last month
85
Safetensors
Model size
13B params
Tensor type
F16
ยท
Inference Providers NEW

Model tree for jebcarter/Psyfighter-13B

Quantizations
3 models

Space using jebcarter/Psyfighter-13B 1