File size: 363 Bytes
31346b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "transformer_task": "text-generation",
    "modality_config": {
        "text": {
            "method": "forward",
            "method_output_name": "logits"
        },
        "message": {
            "method": "forward",
            "method_output_name": "logits",
            "format": "flat"
        }
    },
    "module_output_name": "causal_logits"
}