Everither commited on
Commit
e9fce3d
·
verified ·
1 Parent(s): 4496d2d

Training in progress, epoch 1

Browse files
Files changed (6) hide show
  1. config.json +21 -14
  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,12 +1,13 @@
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": "Crypto",
12
  "1": "Porn",
@@ -20,6 +21,7 @@
20
  "9": "Gambling"
21
  },
22
  "initializer_range": 0.02,
 
23
  "label2id": {
24
  "Arms": 2,
25
  "Crypto": 0,
@@ -32,17 +34,22 @@
32
  "Porn": 1,
33
  "Violence": 3
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
  }
 
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": "Crypto",
13
  "1": "Porn",
 
21
  "9": "Gambling"
22
  },
23
  "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
  "label2id": {
26
  "Arms": 2,
27
  "Crypto": 0,
 
34
  "Porn": 1,
35
  "Violence": 3
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:564d09105181a72b0d59d62616436decf61abe3a7535af6cf99cb11b8621496a
3
- size 267857176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d91e945703871024e9df2857d9c09ac6531bc81ea1669410e1ce64aead93ca6b
3
+ size 711468072
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": true,
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": "DistilBertTokenizer",
55
  "unk_token": "[UNK]"
56
  }
 
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
  "sep_token": "[SEP]",
52
  "strip_accents": null,
53
  "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
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:7e7809cb5ba37a6e4afbd24084dfcba30e34c33ab1c7e545dfee7326fd1245da
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95930ed7c92437370b06ad103c31c474e75d8f8ff7da9e3edb140f3648865e81
3
  size 5713
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff