Upload config.json
Browse files- 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": "./outputs_causalm/opentable_binary/bert-base-uncased/noise__food/seed_42/additional_pretraining",
|
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 |
+
}
|