smsk1999 commited on
Commit
2187fdb
·
verified ·
1 Parent(s): fc6f88c

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +11 -15
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,42 +1,38 @@
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
  "dtype": "float32",
10
- "embedding_size": 128,
11
- "eos_token_id": 3,
12
- "gap_size": 0,
13
  "hidden_act": "gelu",
14
- "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
  "0": "DISSATISFACTION",
18
  "1": "OTHERS"
19
  },
20
  "initializer_range": 0.02,
21
- "inner_group_num": 1,
22
  "intermediate_size": 3072,
 
23
  "label2id": {
24
  "DISSATISFACTION": 0,
25
  "OTHERS": 1
26
  },
27
  "layer_norm_eps": 1e-12,
28
  "max_position_embeddings": 512,
29
- "model_type": "albert",
30
- "net_structure_type": 0,
31
  "num_attention_heads": 12,
32
- "num_hidden_groups": 1,
33
  "num_hidden_layers": 12,
34
- "num_memory_blocks": 0,
35
  "pad_token_id": 0,
36
  "problem_type": "single_label_classification",
37
  "tie_word_embeddings": true,
38
  "transformers_version": "5.0.0",
39
  "type_vocab_size": 2,
40
  "use_cache": false,
41
- "vocab_size": 200000
42
  }
 
1
  {
2
+ "add_cross_attention": false,
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
 
9
  "dtype": "float32",
10
+ "embedding_size": 768,
11
+ "eos_token_id": null,
 
12
  "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
  "hidden_size": 768,
15
  "id2label": {
16
  "0": "DISSATISFACTION",
17
  "1": "OTHERS"
18
  },
19
  "initializer_range": 0.02,
 
20
  "intermediate_size": 3072,
21
+ "is_decoder": false,
22
  "label2id": {
23
  "DISSATISFACTION": 0,
24
  "OTHERS": 1
25
  },
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
  "problem_type": "single_label_classification",
33
  "tie_word_embeddings": true,
34
  "transformers_version": "5.0.0",
35
  "type_vocab_size": 2,
36
  "use_cache": false,
37
+ "vocab_size": 197285
38
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b6a33fa3b0657c669fe466416671efd51ff78d50b020dc64df1515cf8cd2be6
3
- size 133783952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ac0ca53d38f6d298d158eb8911e7fc9a788de95ad8807925651a959a630da3
3
+ size 950254568