Cgvelezm10798 commited on
Commit
951b125
·
verified ·
1 Parent(s): 1545cb3

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,24 +1,19 @@
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": "negative",
18
  "1": "positive"
19
  },
20
  "initializer_range": 0.02,
21
- "inner_group_num": 1,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
  "negative": 0,
@@ -26,17 +21,20 @@
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
29
- "model_type": "albert",
30
- "net_structure_type": 0,
31
  "num_attention_heads": 12,
32
- "num_hidden_groups": 1,
33
  "num_hidden_layers": 12,
34
- "num_memory_blocks": 0,
35
  "pad_token_id": 0,
 
 
 
 
 
36
  "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.45.1",
40
  "type_vocab_size": 2,
41
- "vocab_size": 30000
 
42
  }
 
1
  {
2
+ "_name_or_path": "bert-base-multilingual-cased",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
 
 
 
 
11
  "hidden_size": 768,
12
  "id2label": {
13
  "0": "negative",
14
  "1": "positive"
15
  },
16
  "initializer_range": 0.02,
 
17
  "intermediate_size": 3072,
18
  "label2id": {
19
  "negative": 0,
 
21
  },
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
+ "model_type": "bert",
 
25
  "num_attention_heads": 12,
 
26
  "num_hidden_layers": 12,
 
27
  "pad_token_id": 0,
28
+ "pooler_fc_size": 768,
29
+ "pooler_num_attention_heads": 12,
30
+ "pooler_num_fc_layers": 3,
31
+ "pooler_size_per_head": 128,
32
+ "pooler_type": "first_token_transform",
33
  "position_embedding_type": "absolute",
34
  "problem_type": "single_label_classification",
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.45.1",
37
  "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 119547
40
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79fc5f043cd3fbed4f63373794507f10d3daf7c31aab1edec19e055474bb828e
3
- size 46743912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9130e8a80aaef7178823b318bf4ce0b78e214805182086e97642a666abd301f
3
+ size 711443456
runs/Nov06_18-58-33_d06da987adfc/events.out.tfevents.1730919517.d06da987adfc.30.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffe279ad463b122cafa1a995b56f069d2a311aa7a9b92be15d2bece826b400e0
3
- size 7218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b0f2c2ff65ddb3c19081506c7f0b42296054b1110c6998fe5b910af8c2172f5
3
+ size 7851
runs/Nov06_19-47-25_d06da987adfc/events.out.tfevents.1730922451.d06da987adfc.30.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0000314b3952dd9f17f79163c079965b40e53c4165fe306efca8aa79270df199
3
+ size 6382
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": false,
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": false,
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6b885508fa6a1dfde1aa6142297249713cd200d625db15d887847a7324a5bd8
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06509947117a151f258dfa6e923c9fb87edc41cfbc11d96b4ad738f6b4f31893
3
  size 5240
vocab.txt ADDED
The diff for this file is too large to render. See raw diff