Everither commited on
Commit
f49326f
·
verified ·
1 Parent(s): 503cea2

Training in progress, epoch 1

Browse files
Files changed (6) hide show
  1. config.json +14 -21
  2. model.safetensors +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +2 -2
  5. training_args.bin +1 -1
  6. vocab.txt +0 -0
config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
 
2
  "architectures": [
3
- "BertForSequenceClassification"
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "directionality": "bidi",
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "Financial",
13
  "1": "Arms",
@@ -21,7 +20,6 @@
21
  "9": "Porn"
22
  },
23
  "initializer_range": 0.02,
24
- "intermediate_size": 3072,
25
  "label2id": {
26
  "Arms": 1,
27
  "Crypto": 8,
@@ -34,22 +32,17 @@
34
  "Porn": 9,
35
  "Violence": 5
36
  },
37
- "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 512,
39
- "model_type": "bert",
40
- "num_attention_heads": 12,
41
- "num_hidden_layers": 12,
42
  "pad_token_id": 0,
43
- "pooler_fc_size": 768,
44
- "pooler_num_attention_heads": 12,
45
- "pooler_num_fc_layers": 3,
46
- "pooler_size_per_head": 128,
47
- "pooler_type": "first_token_transform",
48
- "position_embedding_type": "absolute",
49
  "problem_type": "single_label_classification",
 
 
 
 
50
  "torch_dtype": "float32",
51
  "transformers_version": "4.55.4",
52
- "type_vocab_size": 2,
53
- "use_cache": true,
54
- "vocab_size": 119547
55
  }
 
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": "Financial",
12
  "1": "Arms",
 
20
  "9": "Porn"
21
  },
22
  "initializer_range": 0.02,
 
23
  "label2id": {
24
  "Arms": 1,
25
  "Crypto": 8,
 
32
  "Porn": 9,
33
  "Violence": 5
34
  },
 
35
  "max_position_embeddings": 512,
36
+ "model_type": "distilbert",
37
+ "n_heads": 12,
38
+ "n_layers": 6,
39
  "pad_token_id": 0,
 
 
 
 
 
 
40
  "problem_type": "single_label_classification",
41
+ "qa_dropout": 0.1,
42
+ "seq_classif_dropout": 0.2,
43
+ "sinusoidal_pos_embds": false,
44
+ "tie_weights_": true,
45
  "torch_dtype": "float32",
46
  "transformers_version": "4.55.4",
47
+ "vocab_size": 30522
 
 
48
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dae7fe89e09b084d77bddc1a58f308c1284fc018f9bdddafb55c4eb8462c730
3
- size 711468072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69fc9ad03e2918e62cd8a3c308541b22c65bcc1bd84db2eb32b955bf6260137f
3
+ size 267857176
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
@@ -51,6 +51,6 @@
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
- "tokenizer_class": "BertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
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,
 
51
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e7c97e419460649579447bee95bf6466bbf1c3fe56a621e291d5c9dd5d51c50
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1b29786d57e85346b3bc20c1474f021b3664cb81de62db7159d49a809cbc133
3
  size 5713
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff