ritutweets46 commited on
Commit
7b23413
·
verified ·
1 Parent(s): 02b36d2

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -4,6 +4,7 @@
4
  "LayoutLMForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
@@ -37,8 +38,8 @@
37
  "pad_token_id": 0,
38
  "position_embedding_type": "absolute",
39
  "torch_dtype": "float32",
40
- "transformers_version": "4.41.0",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
  "vocab_size": 30522
44
- }
 
4
  "LayoutLMForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
38
  "pad_token_id": 0,
39
  "position_embedding_type": "absolute",
40
  "torch_dtype": "float32",
41
+ "transformers_version": "4.21.2",
42
  "type_vocab_size": 2,
43
  "use_cache": true,
44
  "vocab_size": 30522
45
+ }