Erfan11 commited on
Commit
3c6db06
1 Parent(s): 714e790

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +1 -15
config.json CHANGED
@@ -1,15 +1 @@
1
- {
2
- "architectures": [
3
- "BertForSequenceClassification"
4
- ],
5
- "hidden_size": 768,
6
- "num_attention_heads": 12,
7
- "num_hidden_layers": 12,
8
- "vocab_size": 30522,
9
- "type_vocab_size": 2,
10
- "max_position_embeddings": 512,
11
- "initializer_range": 0.02,
12
- "layer_norm_eps": 1e-12,
13
- "attention_probs_dropout_prob": 0.1,
14
- "hidden_dropout_prob": 0.1
15
- }
 
1
+ {"architectures": ["BertForSequenceClassification"], "hidden_size": 768, "num_attention_heads": 12, "num_hidden_layers": 12, "vocab_size": 30522, "type_vocab_size": 2, "max_position_embeddings": 512, "initializer_range": 0.02, "layer_norm_eps": 1e-12, "attention_probs_dropout_prob": 0.1, "hidden_dropout_prob": 0.1}