File size: 756 Bytes
3f4718a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
{
    "transformer_task": "any-to-any",
    "modality_config": {
        "text": {
            "method": "forward",
            "method_output_name": "logits"
        },
        "image": {
            "method": "forward",
            "method_output_name": "logits"
        },
        "video": {
            "method": "forward",
            "method_output_name": "logits"
        },
        "message": {
            "method": "forward",
            "method_output_name": "logits",
            "format": "structured"
        }
    },
    "module_output_name": "causal_logits",
    "processing_kwargs": {
        "chat_template": {
            "chat_template": "reranker",
            "add_generation_prompt": true
        }
    },
    "unpad_inputs": false
}