add model
Browse files- config.json +25 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/data/home/eldar.a/CausaLM/outputs_causalm/opentable_binary/gpt2/ambiance__food/seed_44/downstream",
|
3 |
+
"cache_dir": null,
|
4 |
+
"cc_heads_cfg": [],
|
5 |
+
"finetuning_task": "opentable_binary",
|
6 |
+
"id2label": {
|
7 |
+
"0": 0,
|
8 |
+
"1": 1
|
9 |
+
},
|
10 |
+
"label2id": {
|
11 |
+
"0": 0,
|
12 |
+
"1": 1
|
13 |
+
},
|
14 |
+
"model_type": "gpt2_causalm",
|
15 |
+
"pad_token_id": 50256,
|
16 |
+
"problem_type": "single_label_classification",
|
17 |
+
"revision": "main",
|
18 |
+
"sequence_classifier_type": "task",
|
19 |
+
"tc_heads_cfg": "./outputs_causalm/opentable_binary/gpt2/ambiance__food/seed_44/additional_pretraining",
|
20 |
+
"tc_lambda": 0.2,
|
21 |
+
"token_classifier_type": null,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.15.0",
|
24 |
+
"use_auth_token": null
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103a6ea3decbf40674bff635e86f37dbaf6268a98ed6b4583d5718793b653892
|
3 |
+
size 512777631
|