CoolFace
Modelpublic

Bloodwingv2/Qwythos-9b-Claude-Mythos-5-1M-sas-v2

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes167downloads
Model Card

SAS2Py — empero-ai/Qwythos-9B-Claude-Mythos-5-1M fine-tuned on SAS data

SAS→Python translation model fine-tuned on the SAS2Py dataset (278 examples). Created by finetuning/finetune.py.

Hyperparameters

ParamValue
LoRA r / alpha / dropout8 / 16 / 0.1
Epochs3
Learning rate0.0002
Effective batch size1 x 16 = 16
Max sequence length1024
QLoRA (4-bit)False
Trained20260715_181208

Prompt format

{instruction}

SAS:
{sas_code}

Python:

Load

python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("<this-repo-id>")
tokenizer = AutoTokenizer.from_pretrained("<this-repo-id>")