File size: 562 Bytes
6fb92f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "model_type": "custom",
    "handler": "handler.py",
    "runtime": "python3.11",
    "framework": "pytorch",
    "device": "cuda",
    "max_batch_size": 1,
    "max_sequence_length": 512,
    "model_name": "simcse_chat",
    "model_version": "1.0",
    "model_description": "감정 상담 챗봇 모델",
    "model_author": "eunyuOffice",
    "model_license": "MIT",
    "model_tags": ["chat", "emotion", "counseling", "korean"],
    "model_metrics": {
        "loss": "cross_entropy",
        "optimizer": "adamw",
        "learning_rate": 2e-5
    }
}