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="concedo/Pythia-70M-ChatSalad")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("concedo/Pythia-70M-ChatSalad")
model = AutoModelForCausalLM.from_pretrained("concedo/Pythia-70M-ChatSalad", device_map="auto")
Quick Links

Pythia-70M-ChatSalad

This is a follow up finetune of Pythia-70M finetuned on the same dataset as OPT-19M-ChatSalad. It is much more coherent.

All feedback and comments can be directed to Concedo on the KoboldAI discord.

Downloads last month
68
Safetensors
Model size
95.6M params
Tensor type
F16
Β·
U8
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for concedo/Pythia-70M-ChatSalad

Quantizations
2 models

Spaces using concedo/Pythia-70M-ChatSalad 32