dark-phi / model_card.json
fausap's picture
Upload folder using huggingface_hub
5ccd29e verified
{
"model_name": "dark-phi",
"model_type": "LoRA",
"base_model": "microsoft/phi-2",
"training_date": "2026-03-06T21:00:30.312750",
"parameters": {
"quantization": "4-bit QLoRA",
"lora_rank": 8,
"lora_alpha": 16,
"batch_size": 1,
"gradient_accumulation": 8,
"learning_rate": "2e-4"
},
"example_conversations": [
{
"user": "Explain quantum physics simply.",
"assistant": "The assistant's response would go here - you can test and add real examples"
},
{
"user": "What's the meaning of life?",
"assistant": "Another example response"
}
]
}