darantnel commited on
Commit
ee2e54f
·
verified ·
1 Parent(s): e0d643c

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -28
config.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "attention_probs_dropout_prob": 0.1,
3
- "classifier_dropout": null,
4
- "hidden_act": "gelu",
5
- "hidden_dropout_prob": 0.1,
6
- "hidden_size": 768,
7
- "id2label": {
8
- "0": "NEGATIVE",
9
- "1": "POSITIVE"
10
- },
11
- "initializer_range": 0.02,
12
- "intermediate_size": 3072,
13
- "label2id": {
14
- "NEGATIVE": 0,
15
- "POSITIVE": 1
16
- },
17
- "layer_norm_eps": 1e-12,
18
- "max_position_embeddings": 512,
19
- "model_type": "bert",
20
- "num_attention_heads": 12,
21
- "num_hidden_layers": 12,
22
- "pad_token_id": 0,
23
- "position_embedding_type": "absolute",
24
- "transformers_version": "4.57.1",
25
- "type_vocab_size": 2,
26
- "use_cache": true,
27
- "vocab_size": 30522
28
- }
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "classifier_dropout": null,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "id2label": {
8
+ "0": "NEGATIVE",
9
+ "1": "POSITIVE"
10
+ },
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "label2id": {
14
+ "NEGATIVE": 0,
15
+ "POSITIVE": 1
16
+ },
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "bert",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "pad_token_id": 0,
23
+ "position_embedding_type": "absolute",
24
+ "transformers_version": "4.57.1",
25
+ "type_vocab_size": 2,
26
+ "use_cache": true,
27
+ "vocab_size": 30522
28
+ }