CoderKnight03 commited on
Commit
181bf24
·
verified ·
1 Parent(s): 20179e8

Model saved to Hub

Browse files
Files changed (2) hide show
  1. config.json +4 -4
  2. model.safetensors +2 -2
config.json CHANGED
@@ -11,13 +11,13 @@
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
13
  "hidden_dropout_prob": 0.1,
14
- "hidden_size": 1024,
15
  "id2label": {
16
  "0": "Non-Suicidal",
17
  "1": "Suicidal"
18
  },
19
  "initializer_range": 0.02,
20
- "intermediate_size": 4096,
21
  "is_decoder": false,
22
  "label2id": {
23
  "Non-Suicidal": 0,
@@ -26,8 +26,8 @@
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
28
  "model_type": "bert",
29
- "num_attention_heads": 16,
30
- "num_hidden_layers": 24,
31
  "pad_token_id": 0,
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
 
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
13
  "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
  "id2label": {
16
  "0": "Non-Suicidal",
17
  "1": "Suicidal"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
  "is_decoder": false,
22
  "label2id": {
23
  "Non-Suicidal": 0,
 
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
28
  "model_type": "bert",
29
+ "num_attention_heads": 12,
30
+ "num_hidden_layers": 12,
31
  "pad_token_id": 0,
32
  "position_embedding_type": "absolute",
33
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83eaf2e48eca5deaffe77593f1dcb2c75771218909eb9ba7ee5405eecf808e52
3
- size 1340622712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:619754dae28079b0ea6c4813bf6cdd7d01aa4d8fd86edbb320f6a9be8bb3ec02
3
+ size 437958624