Upload folder using huggingface_hub
Browse files- config.json +48 -0
- label_config.json +33 -0
- model.safetensors +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +14 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DistilBertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
+
"dim": 768,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"dtype": "float32",
|
| 11 |
+
"eos_token_id": null,
|
| 12 |
+
"hidden_dim": 3072,
|
| 13 |
+
"id2label": {
|
| 14 |
+
"0": "BILLING_ISSUE",
|
| 15 |
+
"1": "CANCEL_SUBSCRIPTION",
|
| 16 |
+
"2": "CHECK_BALANCE",
|
| 17 |
+
"3": "GOODBYE",
|
| 18 |
+
"4": "GREETING",
|
| 19 |
+
"5": "MODIFY_PROFILE",
|
| 20 |
+
"6": "ROAMING_ACTIVATION",
|
| 21 |
+
"7": "ROAMING_DEACTIVATION"
|
| 22 |
+
},
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"BILLING_ISSUE": 0,
|
| 26 |
+
"CANCEL_SUBSCRIPTION": 1,
|
| 27 |
+
"CHECK_BALANCE": 2,
|
| 28 |
+
"GOODBYE": 3,
|
| 29 |
+
"GREETING": 4,
|
| 30 |
+
"MODIFY_PROFILE": 5,
|
| 31 |
+
"ROAMING_ACTIVATION": 6,
|
| 32 |
+
"ROAMING_DEACTIVATION": 7
|
| 33 |
+
},
|
| 34 |
+
"max_position_embeddings": 512,
|
| 35 |
+
"model_type": "distilbert",
|
| 36 |
+
"n_heads": 12,
|
| 37 |
+
"n_layers": 6,
|
| 38 |
+
"pad_token_id": 0,
|
| 39 |
+
"problem_type": "single_label_classification",
|
| 40 |
+
"qa_dropout": 0.1,
|
| 41 |
+
"seq_classif_dropout": 0.2,
|
| 42 |
+
"sinusoidal_pos_embds": false,
|
| 43 |
+
"tie_weights_": true,
|
| 44 |
+
"tie_word_embeddings": true,
|
| 45 |
+
"transformers_version": "5.1.0",
|
| 46 |
+
"use_cache": false,
|
| 47 |
+
"vocab_size": 30522
|
| 48 |
+
}
|
label_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_labels": 8,
|
| 3 |
+
"id2label": {
|
| 4 |
+
"0": "BILLING_ISSUE",
|
| 5 |
+
"1": "CANCEL_SUBSCRIPTION",
|
| 6 |
+
"2": "CHECK_BALANCE",
|
| 7 |
+
"3": "GOODBYE",
|
| 8 |
+
"4": "GREETING",
|
| 9 |
+
"5": "MODIFY_PROFILE",
|
| 10 |
+
"6": "ROAMING_ACTIVATION",
|
| 11 |
+
"7": "ROAMING_DEACTIVATION"
|
| 12 |
+
},
|
| 13 |
+
"label2id": {
|
| 14 |
+
"BILLING_ISSUE": 0,
|
| 15 |
+
"CANCEL_SUBSCRIPTION": 1,
|
| 16 |
+
"CHECK_BALANCE": 2,
|
| 17 |
+
"GOODBYE": 3,
|
| 18 |
+
"GREETING": 4,
|
| 19 |
+
"MODIFY_PROFILE": 5,
|
| 20 |
+
"ROAMING_ACTIVATION": 6,
|
| 21 |
+
"ROAMING_DEACTIVATION": 7
|
| 22 |
+
},
|
| 23 |
+
"intents": [
|
| 24 |
+
"BILLING_ISSUE",
|
| 25 |
+
"CANCEL_SUBSCRIPTION",
|
| 26 |
+
"CHECK_BALANCE",
|
| 27 |
+
"GOODBYE",
|
| 28 |
+
"GREETING",
|
| 29 |
+
"MODIFY_PROFILE",
|
| 30 |
+
"ROAMING_ACTIVATION",
|
| 31 |
+
"ROAMING_DEACTIVATION"
|
| 32 |
+
]
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d17652bcfd45411c64553bf34320239075289e2ac95aeac11e8fbafd03350cc
|
| 3 |
+
size 267851024
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"cls_token": "[CLS]",
|
| 4 |
+
"do_lower_case": true,
|
| 5 |
+
"is_local": false,
|
| 6 |
+
"mask_token": "[MASK]",
|
| 7 |
+
"model_max_length": 512,
|
| 8 |
+
"pad_token": "[PAD]",
|
| 9 |
+
"sep_token": "[SEP]",
|
| 10 |
+
"strip_accents": null,
|
| 11 |
+
"tokenize_chinese_chars": true,
|
| 12 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 13 |
+
"unk_token": "[UNK]"
|
| 14 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a56d7ba2557cb1e15792eb4845d8016045adad769ccf42259fdf543429134aad
|
| 3 |
+
size 5201
|