Everither commited on
Commit
19acfdb
·
verified ·
1 Parent(s): 8a5115f

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +4 -4
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -7,7 +7,7 @@
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "Financial",
13
  "1": "Arms",
@@ -21,7 +21,7 @@
21
  "9": "Porn"
22
  },
23
  "initializer_range": 0.02,
24
- "intermediate_size": 3072,
25
  "label2id": {
26
  "Arms": 1,
27
  "Crypto": 8,
@@ -37,8 +37,8 @@
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
  "position_embedding_type": "absolute",
44
  "problem_type": "single_label_classification",
 
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
  "id2label": {
12
  "0": "Financial",
13
  "1": "Arms",
 
21
  "9": "Porn"
22
  },
23
  "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
  "label2id": {
26
  "Arms": 1,
27
  "Crypto": 8,
 
37
  "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 512,
39
  "model_type": "bert",
40
+ "num_attention_heads": 16,
41
+ "num_hidden_layers": 24,
42
  "pad_token_id": 0,
43
  "position_embedding_type": "absolute",
44
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d1f7fc2c9c8b6a5181cf21ec40cdc96dd78e70486dee709c4ed0cae70a18c09
3
- size 437983256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b693a0c4b24aafc38bfcf954ab946370583a7c36264ce089109595dba52dee60
3
+ size 1340655568
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:783a6a12f67d9f1bd8f6f28ddd99760fa597056c04adc7de6cd9c5cdcd45bcfa
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f53d51e766055bb938040a0538e182f5cf77eba70c947f29fde1132c9861c2
3
  size 5713