Delete model
Browse files- model/config.json +0 -35
- model/model_optimized.onnx +0 -3
- model/ort_config.json +0 -37
- model/special_tokens_map.json +0 -37
- model/tokenizer.json +0 -0
- model/tokenizer_config.json +0 -58
- model/vocab.txt +0 -0
model/config.json
DELETED
|
@@ -1,35 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"activation": "gelu",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"DistilBertForSequenceClassification"
|
| 5 |
-
],
|
| 6 |
-
"attention_dropout": 0.1,
|
| 7 |
-
"dim": 768,
|
| 8 |
-
"dropout": 0.1,
|
| 9 |
-
"hidden_dim": 3072,
|
| 10 |
-
"id2label": {
|
| 11 |
-
"0": "LABEL_0",
|
| 12 |
-
"1": "LABEL_1",
|
| 13 |
-
"2": "LABEL_2"
|
| 14 |
-
},
|
| 15 |
-
"initializer_range": 0.02,
|
| 16 |
-
"label2id": {
|
| 17 |
-
"LABEL_0": 0,
|
| 18 |
-
"LABEL_1": 1,
|
| 19 |
-
"LABEL_2": 2
|
| 20 |
-
},
|
| 21 |
-
"max_position_embeddings": 512,
|
| 22 |
-
"model_type": "distilbert",
|
| 23 |
-
"n_heads": 12,
|
| 24 |
-
"n_layers": 6,
|
| 25 |
-
"output_past": true,
|
| 26 |
-
"pad_token_id": 0,
|
| 27 |
-
"problem_type": "single_label_classification",
|
| 28 |
-
"qa_dropout": 0.1,
|
| 29 |
-
"seq_classif_dropout": 0.2,
|
| 30 |
-
"sinusoidal_pos_embds": false,
|
| 31 |
-
"tie_weights_": true,
|
| 32 |
-
"torch_dtype": "float32",
|
| 33 |
-
"transformers_version": "4.52.4",
|
| 34 |
-
"vocab_size": 119547
|
| 35 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model/model_optimized.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:57ad171f448c54d48cbc074c342048f1a8f8bb87dae9cc48c9de55efe9913de1
|
| 3 |
-
size 541331034
|
|
|
|
|
|
|
|
|
|
|
|
model/ort_config.json
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"one_external_file": true,
|
| 3 |
-
"opset": null,
|
| 4 |
-
"optimization": {
|
| 5 |
-
"disable_attention": null,
|
| 6 |
-
"disable_attention_fusion": false,
|
| 7 |
-
"disable_bias_gelu": null,
|
| 8 |
-
"disable_bias_gelu_fusion": false,
|
| 9 |
-
"disable_bias_skip_layer_norm": null,
|
| 10 |
-
"disable_bias_skip_layer_norm_fusion": false,
|
| 11 |
-
"disable_embed_layer_norm": true,
|
| 12 |
-
"disable_embed_layer_norm_fusion": true,
|
| 13 |
-
"disable_gelu": null,
|
| 14 |
-
"disable_gelu_fusion": false,
|
| 15 |
-
"disable_group_norm_fusion": true,
|
| 16 |
-
"disable_layer_norm": null,
|
| 17 |
-
"disable_layer_norm_fusion": false,
|
| 18 |
-
"disable_packed_kv": true,
|
| 19 |
-
"disable_rotary_embeddings": false,
|
| 20 |
-
"disable_shape_inference": false,
|
| 21 |
-
"disable_skip_layer_norm": null,
|
| 22 |
-
"disable_skip_layer_norm_fusion": false,
|
| 23 |
-
"enable_gelu_approximation": false,
|
| 24 |
-
"enable_gemm_fast_gelu_fusion": false,
|
| 25 |
-
"enable_transformers_specific_optimizations": true,
|
| 26 |
-
"fp16": false,
|
| 27 |
-
"no_attention_mask": false,
|
| 28 |
-
"optimization_level": 1,
|
| 29 |
-
"optimize_for_gpu": false,
|
| 30 |
-
"optimize_with_onnxruntime_only": null,
|
| 31 |
-
"use_mask_index": false,
|
| 32 |
-
"use_multi_head_attention": false,
|
| 33 |
-
"use_raw_attention_mask": false
|
| 34 |
-
},
|
| 35 |
-
"quantization": {},
|
| 36 |
-
"use_external_data_format": false
|
| 37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model/special_tokens_map.json
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"cls_token": {
|
| 3 |
-
"content": "[CLS]",
|
| 4 |
-
"lstrip": false,
|
| 5 |
-
"normalized": false,
|
| 6 |
-
"rstrip": false,
|
| 7 |
-
"single_word": false
|
| 8 |
-
},
|
| 9 |
-
"mask_token": {
|
| 10 |
-
"content": "[MASK]",
|
| 11 |
-
"lstrip": false,
|
| 12 |
-
"normalized": false,
|
| 13 |
-
"rstrip": false,
|
| 14 |
-
"single_word": false
|
| 15 |
-
},
|
| 16 |
-
"pad_token": {
|
| 17 |
-
"content": "[PAD]",
|
| 18 |
-
"lstrip": false,
|
| 19 |
-
"normalized": false,
|
| 20 |
-
"rstrip": false,
|
| 21 |
-
"single_word": false
|
| 22 |
-
},
|
| 23 |
-
"sep_token": {
|
| 24 |
-
"content": "[SEP]",
|
| 25 |
-
"lstrip": false,
|
| 26 |
-
"normalized": false,
|
| 27 |
-
"rstrip": false,
|
| 28 |
-
"single_word": false
|
| 29 |
-
},
|
| 30 |
-
"unk_token": {
|
| 31 |
-
"content": "[UNK]",
|
| 32 |
-
"lstrip": false,
|
| 33 |
-
"normalized": false,
|
| 34 |
-
"rstrip": false,
|
| 35 |
-
"single_word": false
|
| 36 |
-
}
|
| 37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model/tokenizer.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model/tokenizer_config.json
DELETED
|
@@ -1,58 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"added_tokens_decoder": {
|
| 3 |
-
"0": {
|
| 4 |
-
"content": "[PAD]",
|
| 5 |
-
"lstrip": false,
|
| 6 |
-
"normalized": false,
|
| 7 |
-
"rstrip": false,
|
| 8 |
-
"single_word": false,
|
| 9 |
-
"special": true
|
| 10 |
-
},
|
| 11 |
-
"100": {
|
| 12 |
-
"content": "[UNK]",
|
| 13 |
-
"lstrip": false,
|
| 14 |
-
"normalized": false,
|
| 15 |
-
"rstrip": false,
|
| 16 |
-
"single_word": false,
|
| 17 |
-
"special": true
|
| 18 |
-
},
|
| 19 |
-
"101": {
|
| 20 |
-
"content": "[CLS]",
|
| 21 |
-
"lstrip": false,
|
| 22 |
-
"normalized": false,
|
| 23 |
-
"rstrip": false,
|
| 24 |
-
"single_word": false,
|
| 25 |
-
"special": true
|
| 26 |
-
},
|
| 27 |
-
"102": {
|
| 28 |
-
"content": "[SEP]",
|
| 29 |
-
"lstrip": false,
|
| 30 |
-
"normalized": false,
|
| 31 |
-
"rstrip": false,
|
| 32 |
-
"single_word": false,
|
| 33 |
-
"special": true
|
| 34 |
-
},
|
| 35 |
-
"103": {
|
| 36 |
-
"content": "[MASK]",
|
| 37 |
-
"lstrip": false,
|
| 38 |
-
"normalized": false,
|
| 39 |
-
"rstrip": false,
|
| 40 |
-
"single_word": false,
|
| 41 |
-
"special": true
|
| 42 |
-
}
|
| 43 |
-
},
|
| 44 |
-
"clean_up_tokenization_spaces": true,
|
| 45 |
-
"cls_token": "[CLS]",
|
| 46 |
-
"do_basic_tokenize": true,
|
| 47 |
-
"do_lower_case": false,
|
| 48 |
-
"extra_special_tokens": {},
|
| 49 |
-
"mask_token": "[MASK]",
|
| 50 |
-
"model_max_length": 512,
|
| 51 |
-
"never_split": null,
|
| 52 |
-
"pad_token": "[PAD]",
|
| 53 |
-
"sep_token": "[SEP]",
|
| 54 |
-
"strip_accents": null,
|
| 55 |
-
"tokenize_chinese_chars": true,
|
| 56 |
-
"tokenizer_class": "DistilBertTokenizer",
|
| 57 |
-
"unk_token": "[UNK]"
|
| 58 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model/vocab.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|