| { | |
| "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 | |
| } | |
| } |