Upload folder using huggingface_hub
Browse files- model_quantized8int.onnx +2 -2
- tokenizer_config.json +8 -1
    	
        model_quantized8int.onnx
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:7cf53562f2613386847ad95198925a2d5719257cc0c0393ee62128b3eac396e4
         | 
| 3 | 
            +
            size 163597323
         | 
    	
        tokenizer_config.json
    CHANGED
    
    | @@ -933,13 +933,20 @@ | |
| 933 | 
             
              "cls_token": "[CLS]",
         | 
| 934 | 
             
              "extra_special_tokens": {},
         | 
| 935 | 
             
              "mask_token": "[MASK]",
         | 
|  | |
| 936 | 
             
              "model_input_names": [
         | 
| 937 | 
             
                "input_ids",
         | 
| 938 | 
             
                "attention_mask"
         | 
| 939 | 
             
              ],
         | 
| 940 | 
             
              "model_max_length": 512,
         | 
|  | |
| 941 | 
             
              "pad_token": "[PAD]",
         | 
|  | |
|  | |
| 942 | 
             
              "sep_token": "[SEP]",
         | 
| 943 | 
            -
              " | 
|  | |
|  | |
|  | |
| 944 | 
             
              "unk_token": "[UNK]"
         | 
| 945 | 
             
            }
         | 
|  | |
| 933 | 
             
              "cls_token": "[CLS]",
         | 
| 934 | 
             
              "extra_special_tokens": {},
         | 
| 935 | 
             
              "mask_token": "[MASK]",
         | 
| 936 | 
            +
              "max_length": 512,
         | 
| 937 | 
             
              "model_input_names": [
         | 
| 938 | 
             
                "input_ids",
         | 
| 939 | 
             
                "attention_mask"
         | 
| 940 | 
             
              ],
         | 
| 941 | 
             
              "model_max_length": 512,
         | 
| 942 | 
            +
              "pad_to_multiple_of": null,
         | 
| 943 | 
             
              "pad_token": "[PAD]",
         | 
| 944 | 
            +
              "pad_token_type_id": 0,
         | 
| 945 | 
            +
              "padding_side": "right",
         | 
| 946 | 
             
              "sep_token": "[SEP]",
         | 
| 947 | 
            +
              "stride": 0,
         | 
| 948 | 
            +
              "tokenizer_class": "PreTrainedTokenizer",
         | 
| 949 | 
            +
              "truncation_side": "right",
         | 
| 950 | 
            +
              "truncation_strategy": "longest_first",
         | 
| 951 | 
             
              "unk_token": "[UNK]"
         | 
| 952 | 
             
            }
         |