Afreen Aman commited on
Commit
b942d5b
1 Parent(s): 52d2315
Files changed (3) hide show
  1. config.json +23 -25
  2. tf_model.h5 +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -9,33 +9,31 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "Remediation Standards",
13
- "1": "Extent of Contamination",
14
- "2": "Depth to Water",
15
- "3": "Groundwater-Surfacewater Interaction",
16
- "4": "Groundwater Velocity",
17
- "5": "Geology",
18
- "6": "Impacted media",
19
- "7": "Regulatory Program",
20
- "8": "Remedial Components",
21
- "9": "Site Performance Goals",
22
- "10": "Source of contamination",
23
- "11": "Types Of Contaminants"
24
  },
25
  "initializer_range": 0.02,
26
  "label2id": {
27
- "Remediation Standards": 0,
28
- "Extent of Contamination": 1,
29
- "Source of contamination": 10,
30
- "Types Of Contaminants": 11,
31
- "Depth to Water": 2,
32
- "Groundwater-Surfacewater Interaction": 3,
33
- "Groundwater Velocity": 4,
34
- "Geology": 5,
35
- "Impacted media": 6,
36
- "Regulatory Program": 7,
37
- "Remedial Components": 8,
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.3",
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:8ac0ffa40134e2eb9d8ffb5c638e5d626971eda34b709dc1216e39bd071ac284
3
- size 267983432
 
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"}