Kowsher commited on
Commit
e03109d
·
1 Parent(s): 65fb8ca

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -7,6 +7,8 @@
7
  "model_type": "bloom",
8
  "pre_seq_len": null,
9
  "num_labels": 2,
 
 
10
  "problem_type": "single_label_classification",
11
  "transformers_version": "4.35.2"
12
  }
 
7
  "model_type": "bloom",
8
  "pre_seq_len": null,
9
  "num_labels": 2,
10
+ "cls_token_id": null,
11
+ "sep_token_id": null,
12
  "problem_type": "single_label_classification",
13
  "transformers_version": "4.35.2"
14
  }