maximuspowers commited on
Commit
a04c6fd
1 Parent(s): bfb7e61

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "_name_or_path": "bert-base-uncased",
 
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
  "_name_or_path": "bert-base-uncased",
3
+ "num_labels": 7,
4
  "architectures": [
5
  "BertForTokenClassification"
6
  ],