dzaveri commited on
Commit
5820842
·
verified ·
1 Parent(s): 285ad77

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,18 +1,14 @@
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": "LABEL_0",
18
  "1": "LABEL_1",
@@ -31,13 +27,10 @@
31
  "14": "LABEL_14",
32
  "15": "LABEL_15",
33
  "16": "LABEL_16",
34
- "17": "LABEL_17",
35
- "18": "LABEL_18",
36
- "19": "LABEL_19"
37
  },
38
  "initializer_range": 0.02,
39
- "inner_group_num": 1,
40
- "intermediate_size": 3072,
41
  "label2id": {
42
  "LABEL_0": 0,
43
  "LABEL_1": 1,
@@ -49,8 +42,6 @@
49
  "LABEL_15": 15,
50
  "LABEL_16": 16,
51
  "LABEL_17": 17,
52
- "LABEL_18": 18,
53
- "LABEL_19": 19,
54
  "LABEL_2": 2,
55
  "LABEL_3": 3,
56
  "LABEL_4": 4,
@@ -62,17 +53,19 @@
62
  },
63
  "layer_norm_eps": 1e-12,
64
  "max_position_embeddings": 512,
65
- "model_type": "albert",
66
- "net_structure_type": 0,
67
- "num_attention_heads": 12,
68
- "num_hidden_groups": 1,
69
  "num_hidden_layers": 12,
70
- "num_memory_blocks": 0,
71
  "pad_token_id": 0,
72
  "position_embedding_type": "absolute",
73
  "problem_type": "single_label_classification",
 
 
 
 
74
  "torch_dtype": "float32",
75
- "transformers_version": "4.38.2",
76
  "type_vocab_size": 2,
77
- "vocab_size": 30000
 
78
  }
 
1
  {
2
+ "_name_or_path": "google/electra-base-generator",
3
  "architectures": [
4
+ "ElectraForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
 
 
 
 
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
 
27
  "14": "LABEL_14",
28
  "15": "LABEL_15",
29
  "16": "LABEL_16",
30
+ "17": "LABEL_17"
 
 
31
  },
32
  "initializer_range": 0.02,
33
+ "intermediate_size": 1024,
 
34
  "label2id": {
35
  "LABEL_0": 0,
36
  "LABEL_1": 1,
 
42
  "LABEL_15": 15,
43
  "LABEL_16": 16,
44
  "LABEL_17": 17,
 
 
45
  "LABEL_2": 2,
46
  "LABEL_3": 3,
47
  "LABEL_4": 4,
 
53
  },
54
  "layer_norm_eps": 1e-12,
55
  "max_position_embeddings": 512,
56
+ "model_type": "electra",
57
+ "num_attention_heads": 4,
 
 
58
  "num_hidden_layers": 12,
 
59
  "pad_token_id": 0,
60
  "position_embedding_type": "absolute",
61
  "problem_type": "single_label_classification",
62
+ "summary_activation": "gelu",
63
+ "summary_last_dropout": 0.1,
64
+ "summary_type": "first",
65
+ "summary_use_proj": true,
66
  "torch_dtype": "float32",
67
+ "transformers_version": "4.39.1",
68
  "type_vocab_size": 2,
69
+ "use_cache": true,
70
+ "vocab_size": 30522
71
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:687ef3ef83c28e61211a98a14ecd93b203ed0a48e92eded3587d2d401251c886
3
- size 46799280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba4b1793edc9743e0ba81e8fcd92c7fa37b73ec75654601470608acdc7e029f
3
+ size 134350640
special_tokens_map.json CHANGED
@@ -1,15 +1,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
  }
 
1
  {
 
2
  "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
 
 
 
 
 
 
 
5
  "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
  }
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
- "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,7 +24,7 @@
24
  "single_word": false,
25
  "special": true
26
  },
27
- "3": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
@@ -32,26 +32,24 @@
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
  }
 
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
  "single_word": false,
25
  "special": true
26
  },
27
+ "102": {
28
  "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
 
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": true,
 
 
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": "ElectraTokenizer",
54
+ "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0ebe009c461da0f636d84a9267633d9913cde54097adad8acf87e98c57044ef
3
  size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a22a3ff5eb41358377d8a6d2791fc82c92b5cccdf792f3499d3de48a64c0eb4
3
  size 4856
vocab.txt ADDED
The diff for this file is too large to render. See raw diff