A newer version of this model is available: hesamation/Qwen3.6-35B-A3B-Claude-4.6-Opus-Reasoning-Distilled-GGUF

Pxled

A fine-tuned version of Meta-Llama-3-8B trained on the Ultrachat dataset.

Model Details

  • Base Model: meta-llama/Meta-Llama-3-8B
  • Dataset: HuggingFaceH4/ultrachat_200k
  • License: Apache 2.0

How to Use

from transformers import pipeline

pipe = pipeline(
    "text-generation", 
    model="Jksaw/Pxled", 
    device="cuda"   # remove if no GPU
)

print(pipe("Hello, how are you?", max_new_tokens=256)[0]['generated_text'])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Jksaw/Pxled

Finetuned
(607)
this model

Dataset used to train Jksaw/Pxled

Collection including Jksaw/Pxled