pszemraj / perSLIMmon-8b-base

huggingface.co
Total runs: 648
24-hour runs: 0
7-day runs: 1
30-day runs: -266
Model's Last Updated: December 29 2025
text-generation

Introduction of perSLIMmon-8b-base

Model Details of perSLIMmon-8b-base

perSLIMmon-8b-base

persimmon-8b went to the vocab lipo clinic

A slimmed-down version of persimmon-8b-base which removes the ~70,000 unused entries in the model vocabulary and tokenizer (see the safetensors layer overview). Should be slightly faster.

Credit: fine-tune-fuyu ( scripts/surgery.py was adapted for persimmon)

inference

install required pkgs:

pip install -U transformers accelerate bitsandbytes sentencepiece

load in 4bit & run inference:

from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("pszemraj/perSLIMmon-8b-base")
model = AutoModelForCausalLM.from_pretrained(
    "pszemraj/perSLIMmon-8b-base",
    load_in_4bit=True, # GPU required
    torch_dtype="auto",
    device_map="auto",
)
inputs = tokenizer("The weather is always wonderful", return_tensors="pt").to(
    model.device
)
tokens = model.generate(
    **inputs,
    max_new_tokens=64,
    temperature=0.75,
    top_p=0.95,
    epsilon_cutoff=1e-5,
    repetition_penalty=1.05,
    renormalize_logits=True,
    do_sample=True,
) # adapt inference params as needed

print(tokenizer.decode(tokens[0], skip_special_tokens=True))

inference is decently fast on a colab T4:

CPU times: user 6.01 s, sys: 138 ms, total: 6.15 s
Wall time: 6.23 s

Runs of pszemraj perSLIMmon-8b-base on huggingface.co

648
Total runs
0
24-hour runs
1
3-day runs
1
7-day runs
-266
30-day runs

More Information About perSLIMmon-8b-base huggingface.co Model

More perSLIMmon-8b-base license Visit here:

https://choosealicense.com/licenses/apache-2.0

perSLIMmon-8b-base huggingface.co

perSLIMmon-8b-base huggingface.co is an AI model on huggingface.co that provides perSLIMmon-8b-base's model effect (), which can be used instantly with this pszemraj perSLIMmon-8b-base model. huggingface.co supports a free trial of the perSLIMmon-8b-base model, and also provides paid use of the perSLIMmon-8b-base. Support call perSLIMmon-8b-base model through api, including Node.js, Python, http.

perSLIMmon-8b-base huggingface.co Url

https://huggingface.co/pszemraj/perSLIMmon-8b-base

pszemraj perSLIMmon-8b-base online free

perSLIMmon-8b-base huggingface.co is an online trial and call api platform, which integrates perSLIMmon-8b-base's modeling effects, including api services, and provides a free online trial of perSLIMmon-8b-base, you can try perSLIMmon-8b-base online for free by clicking the link below.

pszemraj perSLIMmon-8b-base online free url in huggingface.co:

https://huggingface.co/pszemraj/perSLIMmon-8b-base

perSLIMmon-8b-base install

perSLIMmon-8b-base is an open source model from GitHub that offers a free installation service, and any user can find perSLIMmon-8b-base on GitHub to install. At the same time, huggingface.co provides the effect of perSLIMmon-8b-base install, users can directly use perSLIMmon-8b-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

perSLIMmon-8b-base install url in huggingface.co:

https://huggingface.co/pszemraj/perSLIMmon-8b-base

Url of perSLIMmon-8b-base

perSLIMmon-8b-base huggingface.co Url

Provider of perSLIMmon-8b-base huggingface.co

pszemraj
ORGANIZATIONS

Other API from pszemraj