Artanis1551 commited on
Commit
172f97d
·
1 Parent(s): 02a2e34

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./bert_trainer/run-4/checkpoint-3000",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -38,4 +38,4 @@
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 28996
41
- }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 28996
41
+ }