Afreen Aman
commited on
Commit
•
b942d5b
1
Parent(s):
52d2315
model2
Browse files- config.json +23 -25
- tf_model.h5 +2 -2
- tokenizer_config.json +1 -1
config.json
CHANGED
@@ -9,33 +9,31 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "Types Of Contaminants"
|
24 |
},
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"Site Performance Goals": 9
|
39 |
},
|
40 |
"max_position_embeddings": 512,
|
41 |
"model_type": "distilbert",
|
@@ -46,6 +44,6 @@
|
|
46 |
"seq_classif_dropout": 0.2,
|
47 |
"sinusoidal_pos_embds": false,
|
48 |
"tie_weights_": true,
|
49 |
-
"transformers_version": "4.12.
|
50 |
"vocab_size": 30522
|
51 |
}
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5",
|
18 |
+
"6": "LABEL_6",
|
19 |
+
"7": "LABEL_7",
|
20 |
+
"8": "LABEL_8",
|
21 |
+
"9": "LABEL_9",
|
22 |
+
"10": "LABEL_10"
|
|
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"label2id": {
|
26 |
+
"LABEL_0": 0,
|
27 |
+
"LABEL_1": 1,
|
28 |
+
"LABEL_10": 10,
|
29 |
+
"LABEL_2": 2,
|
30 |
+
"LABEL_3": 3,
|
31 |
+
"LABEL_4": 4,
|
32 |
+
"LABEL_5": 5,
|
33 |
+
"LABEL_6": 6,
|
34 |
+
"LABEL_7": 7,
|
35 |
+
"LABEL_8": 8,
|
36 |
+
"LABEL_9": 9
|
|
|
37 |
},
|
38 |
"max_position_embeddings": 512,
|
39 |
"model_type": "distilbert",
|
|
|
44 |
"seq_classif_dropout": 0.2,
|
45 |
"sinusoidal_pos_embds": false,
|
46 |
"tie_weights_": true,
|
47 |
+
"transformers_version": "4.12.2",
|
48 |
"vocab_size": 30522
|
49 |
}
|
tf_model.h5
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:2bf23d8013963416a8bf8b2d6584cd9084871956269012dd5c6c36685d5475e3
|
3 |
+
size 267979544
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{}
|
|
|
1 |
+
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "tokenizer_file": "/home/azureuser/.cache/huggingface/transformers/75abb59d7a06f4f640158a9bfcde005264e59e8d566781ab1415b139d2e4c603.7f2721073f19841be16f41b0a70b600ca6b880c8f3df6f3535cbc704371bdfa4", "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|