File size: 1,415 Bytes
c7bf4a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "model.rknn": {
        "rktransformers_version": "0.2.0",
        "model_input_names": [
            "input_ids",
            "attention_mask",
            "token_type_ids"
        ],
        "batch_size": 1,
        "max_seq_length": 512,
        "float_dtype": "float16",
        "target_platform": "rk3588",
        "single_core_mode": false,
        "mean_values": null,
        "std_values": null,
        "custom_string": null,
        "inputs_yuv_fmt": null,
        "dynamic_input": null,
        "opset": 19,
        "task": "token-classification",
        "quantization": {
            "do_quantization": false,
            "dataset_name": null,
            "dataset_subset": null,
            "dataset_size": 128,
            "dataset_split": null,
            "dataset_columns": null,
            "quantized_dtype": "w8a8",
            "quantized_algorithm": "normal",
            "quantized_method": "channel",
            "quantized_hybrid_level": 0,
            "quant_img_RGB2BGR": false,
            "auto_hybrid_cos_thresh": 0.98,
            "auto_hybrid_euc_thresh": null
        },
        "optimization": {
            "optimization_level": 0,
            "enable_flash_attention": true,
            "remove_weight": false,
            "compress_weight": false,
            "remove_reshape": false,
            "sparse_infer": false,
            "model_pruning": false
        }
    }
}