pawanNLP123 commited on
Commit
f2295a1
·
verified ·
1 Parent(s): c752bea

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,17 @@
1
  {
2
- "_name_or_path": "google-bert/bert-base-cased",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
 
 
 
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "MAV_CMD_NAV_ALTITUDE_WAIT (83 )": 0,
@@ -41,6 +45,7 @@
41
  "MAV_CMD_NAV_WAYPOINT (16 )": 28
42
  },
43
  "initializer_range": 0.02,
 
44
  "intermediate_size": 3072,
45
  "label2id": {
46
  "0": "MAV_CMD_NAV_ALTITUDE_WAIT (83 )",
@@ -75,15 +80,17 @@
75
  },
76
  "layer_norm_eps": 1e-12,
77
  "max_position_embeddings": 512,
78
- "model_type": "bert",
 
79
  "num_attention_heads": 12,
 
80
  "num_hidden_layers": 12,
 
81
  "pad_token_id": 0,
82
  "position_embedding_type": "absolute",
83
  "problem_type": "single_label_classification",
84
  "torch_dtype": "float32",
85
  "transformers_version": "4.42.3",
86
  "type_vocab_size": 2,
87
- "use_cache": true,
88
- "vocab_size": 28996
89
  }
 
1
  {
2
+ "_name_or_path": "albert/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
  "MAV_CMD_NAV_ALTITUDE_WAIT (83 )": 0,
 
45
  "MAV_CMD_NAV_WAYPOINT (16 )": 28
46
  },
47
  "initializer_range": 0.02,
48
+ "inner_group_num": 1,
49
  "intermediate_size": 3072,
50
  "label2id": {
51
  "0": "MAV_CMD_NAV_ALTITUDE_WAIT (83 )",
 
80
  },
81
  "layer_norm_eps": 1e-12,
82
  "max_position_embeddings": 512,
83
+ "model_type": "albert",
84
+ "net_structure_type": 0,
85
  "num_attention_heads": 12,
86
+ "num_hidden_groups": 1,
87
  "num_hidden_layers": 12,
88
+ "num_memory_blocks": 0,
89
  "pad_token_id": 0,
90
  "position_embedding_type": "absolute",
91
  "problem_type": "single_label_classification",
92
  "torch_dtype": "float32",
93
  "transformers_version": "4.42.3",
94
  "type_vocab_size": 2,
95
+ "vocab_size": 30000
 
96
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d017740b4270fe61d57625d9bff8380137e5d8bd43a1dbfd43fd51f0a10f1241
3
- size 433353820
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c37936f682607d272ab8dff595f2a9c6ca997ce7fe47e4dc412d1b15a2b767f
3
+ size 46826964
runs/Jul19_06-46-07_7fa17642f4f4/events.out.tfevents.1721371568.7fa17642f4f4.34.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b836609d5145eeb871538b93eca63c4c3779292db0db6b26bc5a71c5f2447943
3
- size 12128
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cc273890952aa9583a51bbaf1f1edb8286f2addba73a0f84ebed0159d65562
3
+ size 12954
runs/Jul19_07-08-57_7fa17642f4f4/events.out.tfevents.1721372938.7fa17642f4f4.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c8e22dd8f8fae27d814bc0d7b955c1aa56517731f060593a3e2475f3a43828
3
+ size 8089
special_tokens_map.json CHANGED
@@ -1,7 +1,15 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
 
 
 
 
 
 
 
5
  "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
  }
 
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.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,22 +1,22 @@
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,
@@ -24,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,24 +32,26 @@
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_lower_case": false,
 
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
- "pad_token": "[PAD]",
 
50
  "sep_token": "[SEP]",
51
- "strip_accents": null,
52
- "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
- "unk_token": "[UNK]"
55
  }
 
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,
 
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": 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
+ "tokenizer_class": "AlbertTokenizer",
56
+ "unk_token": "<unk>"
 
 
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:590ff2cb07b051d9a90c15cd068ca99dad76b01ebaed7015e0e9175994e4d30a
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62e5eb7359e125aabb9249e275fb5026c174a4d40b332e088cec427ebf97ba7e
3
  size 5112