eldarab commited on
Commit
6bd3c1d
1 Parent(s): bf3fb2d

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cache_dir": null,
3
+ "cc_heads_cfg": [],
4
+ "finetuning_task": "opentable_binary",
5
+ "id2label": {
6
+ "0": 0,
7
+ "1": 1
8
+ },
9
+ "label2id": {
10
+ "0": 0,
11
+ "1": 1
12
+ },
13
+ "model_type": "bert_causalm",
14
+ "problem_type": "single_label_classification",
15
+ "revision": "main",
16
+ "sequence_classifier_type": "task",
17
+ "tc_heads_cfg": "bert-base-uncased",
18
+ "tc_lambda": 0.2,
19
+ "token_classifier_type": null,
20
+ "torch_dtype": "float32",
21
+ "transformers_version": "4.19.2",
22
+ "use_auth_token": null
23
+ }