imamassi commited on
Commit
bbabfe2
·
1 Parent(s): c623bfc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -9,6 +9,7 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
 
1
  {
2
+ "_name_or_path": "trained_model",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+
13
  "id2label": {
14
  "0": "LABEL_0",
15
  "1": "LABEL_1",