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