Akash24 commited on
Commit
3db9357
1 Parent(s): 60859af

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "albert-base-v2",
3
+ "architectures": [
4
+ "AlbertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 2,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 3,
12
+ "gap_size": 0,
13
+ "hidden_act": "gelu_new",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "ELEC/LIGHT",
18
+ "1": "HVAC",
19
+ "2": "DOOR",
20
+ "3": "SERV/CUSTODIAL",
21
+ "4": "PLUMB/UNCLOG",
22
+ "5": "PLUMB/LEAK",
23
+ "6": "OVERHDDOOR",
24
+ "7": "CEILTILE",
25
+ "8": "FLOOR",
26
+ "9": "PLUMB/OTHER",
27
+ "10": "ELEC/GENERAL",
28
+ "11": "LOCK",
29
+ "12": "BATHROOM_FIXT"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "inner_group_num": 1,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "BATHROOM_FIXT": 12,
36
+ "CEILTILE": 7,
37
+ "DOOR": 2,
38
+ "ELEC/GENERAL": 10,
39
+ "ELEC/LIGHT": 0,
40
+ "FLOOR": 8,
41
+ "HVAC": 1,
42
+ "LOCK": 11,
43
+ "OVERHDDOOR": 6,
44
+ "PLUMB/LEAK": 5,
45
+ "PLUMB/OTHER": 9,
46
+ "PLUMB/UNCLOG": 4,
47
+ "SERV/CUSTODIAL": 3
48
+ },
49
+ "layer_norm_eps": 1e-12,
50
+ "max_position_embeddings": 512,
51
+ "model_type": "albert",
52
+ "net_structure_type": 0,
53
+ "num_attention_heads": 12,
54
+ "num_hidden_groups": 1,
55
+ "num_hidden_layers": 12,
56
+ "num_memory_blocks": 0,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "problem_type": "single_label_classification",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.35.0",
62
+ "type_vocab_size": 2,
63
+ "vocab_size": 30000
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2ad59d9f1d9d558cd2e8d6764ae5505b3315a8676a444388b5bb29a9c5e3f3
3
+ size 46777748
runs/Nov06_14-59-27_e221fda1a03b/events.out.tfevents.1699282777.e221fda1a03b.1367.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b447240e9385b93cd5a10bf88f7be25b5bd81b9b0c3a7a41fb6cf9ba7629a77
3
+ size 5472
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": {
6
+ "content": "[MASK]",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "[SEP]",
14
+ "unk_token": "<unk>"
15
+ }
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefb02b667a6c5c2fe27602d28e5fb3428f66ab89c7d6f388e7c8d44a02d0336
3
+ size 760289
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "<unk>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": true,
48
+ "eos_token": "[SEP]",
49
+ "keep_accents": false,
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "remove_space": true,
54
+ "sep_token": "[SEP]",
55
+ "sp_model_kwargs": {},
56
+ "tokenizer_class": "AlbertTokenizer",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffc26f733db48d0fdcce76426a7a33eab06e909676614b287a647eb61095b4fc
3
+ size 4600