ogmatrixllm commited on
Commit
d937cc9
·
verified ·
1 Parent(s): b26a6f0

Upload model.yaml

Browse files
Files changed (1) hide show
  1. model.yaml +7 -0
model.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ name: arcadex-llm-g1-0.5b
2
+ description: "Fine-tuned Pokémon LLM using Qwen-2.5 and PEFT LoRA."
3
+ framework: transformers
4
+ model:
5
+ path: ./ # Path to the local directory containing model files
6
+ tokenizer: ./tokenizer_config.json # Path to tokenizer
7
+ dtype: fp16 # Specify `fp16` for GPUs or `fp32` for CPUs