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