File size: 731 Bytes
59bfdce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"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": ""
}
} |