File size: 314 Bytes
d937cc9 |
1 2 3 4 5 6 7 |
name: arcadex-llm-g1-0.5b
description: "Fine-tuned Pokémon LLM using Qwen-2.5 and PEFT LoRA."
framework: transformers
model:
path: ./ # Path to the local directory containing model files
tokenizer: ./tokenizer_config.json # Path to tokenizer
dtype: fp16 # Specify `fp16` for GPUs or `fp32` for CPUs |