Buckets:
8.06 GB
14 files
Updated 6 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| .gitattributes | 1.57 kB xet | aacf151a | |
| README.md | 1.49 kB xet | 3d400c17 | |
| added_tokens.json | 707 Bytes xet | a1d47d24 | |
| chat_template.jinja | 2.63 kB xet | b34e371d | |
| config.json | 1.54 kB xet | 8f0121d4 | |
| generation_config.json | 187 Bytes xet | 056810fc | |
| merges.txt | 1.67 MB xet | 87912eed | |
| model-00001-of-00002.safetensors | 4.97 GB xet | d5bf8b1a | |
| model-00002-of-00002.safetensors | 3.08 GB xet | 76d89a9b | |
| model.safetensors.index.json | 32.9 kB xet | ad381e43 | |
| special_tokens_map.json | 613 Bytes xet | 8b458476 | |
| tokenizer.json | 11.4 MB xet | 693ec4b3 | |
| tokenizer_config.json | 5.41 kB xet | 34b89760 | |
| vocab.json | 2.78 MB xet | 9208e1be |
fable-traces
A compact instruction-tuned language model built on
Qwen/Qwen3-4B-Instruct-2507.
fable-traces is tuned for short, conversational replies and runs comfortably on a
single mid-range GPU.
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "AliesTaha/fable-traces"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, dtype=torch.bfloat16, device_map="auto")
messages = [{"role": "user", "content": "Tell me something interesting."}]
ids = tok.apply_chat_template(messages, add_generation_prompt=True, return_tensors="pt").to(model.device)
out = model.generate(ids, max_new_tokens=100, do_sample=False)
print(tok.decode(out[0, ids.shape[1]:], skip_special_tokens=True))
Serve with vLLM:
vllm serve AliesTaha/fable-traces
Details
| Base model | Qwen3-4B-Instruct-2507 |
| Parameters | ~4B |
| Precision | bfloat16 (safetensors) |
| Prompt format | ChatML — use the tokenizer's chat template |
| Context length | inherits the base model |
License
Apache 2.0, following the base model.
Disclaimer
This is a joke. This is not an actual model. Please read the full post first
- Total size
- 8.06 GB
- Files
- 14
- Last updated
- Jul 5
- Pre-warmed CDN
- US EU US EU