MH_2500T_H_L_Qwen2_500M / template.json
KristianDamPedersen's picture
Upload template.json with huggingface_hub
59bfdce verified
raw
history blame contribute delete
731 Bytes
{
"model_name": "MH_2500T_H_L_Qwen2_500M",
"base_model": "unsloth/Qwen2-0.5B",
"train_dataset": "mh_2500_train",
"test_dataset": "mh_small_test",
"rank": 32,
"alpha": 32,
"epoch": 5,
"learning_rate": 0.001,
"learning_rate_scheduler": "LINEAR",
"template": {
"name": "Mental Health Sentiment Analysis",
"version": "0.0.1",
"template_description": "A template for using language models for sentiment analysis.",
"inputs": [
{
"variable_name": "statement",
"type": "str",
"description": ""
}
],
"output": {
"status": "str"
},
"prompt": ""
}
}