TobennaUdeze commited on
Commit
50e403b
·
verified ·
1 Parent(s): 3f45f92

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,32 +1,41 @@
1
  {
2
- "activation": "gelu",
3
  "architectures": [
4
- "DistilBertForSequenceClassification"
5
  ],
6
- "attention_dropout": 0.1,
7
- "dim": 768,
8
- "dropout": 0.1,
9
- "hidden_dim": 3072,
 
 
 
 
 
 
10
  "id2label": {
11
  "0": "NEGATIVE",
12
  "1": "POSITIVE"
13
  },
14
  "initializer_range": 0.02,
 
 
15
  "label2id": {
16
  "NEGATIVE": 0,
17
  "POSITIVE": 1
18
  },
 
19
  "max_position_embeddings": 512,
20
- "model_type": "distilbert",
21
- "n_heads": 12,
22
- "n_layers": 6,
 
 
 
23
  "pad_token_id": 0,
 
24
  "problem_type": "single_label_classification",
25
- "qa_dropout": 0.1,
26
- "seq_classif_dropout": 0.2,
27
- "sinusoidal_pos_embds": false,
28
- "tie_weights_": true,
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.50.3",
31
- "vocab_size": 30522
 
32
  }
 
1
  {
 
2
  "architectures": [
3
+ "AlbertForSequenceClassification"
4
  ],
5
+ "attention_probs_dropout_prob": 0,
6
+ "bos_token_id": 2,
7
+ "classifier_dropout_prob": 0.1,
8
+ "down_scale_factor": 1,
9
+ "embedding_size": 128,
10
+ "eos_token_id": 3,
11
+ "gap_size": 0,
12
+ "hidden_act": "gelu_new",
13
+ "hidden_dropout_prob": 0,
14
+ "hidden_size": 768,
15
  "id2label": {
16
  "0": "NEGATIVE",
17
  "1": "POSITIVE"
18
  },
19
  "initializer_range": 0.02,
20
+ "inner_group_num": 1,
21
+ "intermediate_size": 3072,
22
  "label2id": {
23
  "NEGATIVE": 0,
24
  "POSITIVE": 1
25
  },
26
+ "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
28
+ "model_type": "albert",
29
+ "net_structure_type": 0,
30
+ "num_attention_heads": 12,
31
+ "num_hidden_groups": 1,
32
+ "num_hidden_layers": 12,
33
+ "num_memory_blocks": 0,
34
  "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
  "problem_type": "single_label_classification",
 
 
 
 
37
  "torch_dtype": "float32",
38
+ "transformers_version": "4.51.1",
39
+ "type_vocab_size": 2,
40
+ "vocab_size": 30000
41
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3740f9395ff4116747fd0ddfa3403c7c39b42f07b4f38adec31bbac91bede58d
3
- size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:991a33c8b0d61dc4c0993093be0abda7f75ee589f261426a36fcb0db1266ee70
3
+ size 46743912
runs/Apr18_06-02-11_ed6e60b20100/events.out.tfevents.1744956134.ed6e60b20100.831.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83be2c5cef560439c10c2a434b85a8bfeb1fa548b8544d0fe5cfa5b61e7e371
3
+ size 6230
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,25 +32,27 @@
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": true,
 
47
  "extra_special_tokens": {},
 
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
- "pad_token": "[PAD]",
 
51
  "sep_token": "[SEP]",
52
- "strip_accents": null,
53
- "tokenize_chinese_chars": true,
54
- "tokenizer_class": "DistilBertTokenizer",
55
- "unk_token": "[UNK]"
56
  }
 
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": false,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
+ "eos_token": "[SEP]",
49
  "extra_special_tokens": {},
50
+ "keep_accents": false,
51
  "mask_token": "[MASK]",
52
  "model_max_length": 512,
53
+ "pad_token": "<pad>",
54
+ "remove_space": true,
55
  "sep_token": "[SEP]",
56
+ "tokenizer_class": "AlbertTokenizer",
57
+ "unk_token": "<unk>"
 
 
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb5bd56d781b867eefd302feddd41362e5c1bdd7c1338fea1aa199c28ae17a4d
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a692616191e48c6ac4f36877b57fc7f61aa3796faeea80b31117e3f1852bcbd9
3
  size 5368