dardem commited on
Commit
88f7208
1 Parent(s): a76b8fb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -21,6 +21,10 @@
21
  "num_attention_heads": 12,
22
  "num_hidden_layers": 12,
23
  "pad_token_id": 1,
 
 
 
 
24
  "type_vocab_size": 1,
25
  "vocab_size": 50265
26
  }
 
21
  "num_attention_heads": 12,
22
  "num_hidden_layers": 12,
23
  "pad_token_id": 1,
24
+ "position_embedding_type": "absolute",
25
+ "problem_type": "single_label_classification",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.8.2",
28
  "type_vocab_size": 1,
29
  "vocab_size": 50265
30
  }