sinanyuksel commited on
Commit
f034807
·
1 Parent(s): 1b8e6db

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "model_type": "bert",
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
26
- "problem_type":"text_classification",
27
  "pad_token_id": 0,
28
  "type_vocab_size": 2,
29
  "vocab_size": 32000
 
23
  "model_type": "bert",
24
  "num_attention_heads": 12,
25
  "num_hidden_layers": 12,
26
+ "problem_type":"single_label_classification",
27
  "pad_token_id": 0,
28
  "type_vocab_size": 2,
29
  "vocab_size": 32000