add model
Browse files- config.json +24 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./outputs_causalm/opentable_binary/bert-base-uncased/food__None/seed_44/downstream",
|
3 |
+
"cache_dir": "./train_cache/",
|
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": "bert_causalm",
|
15 |
+
"problem_type": "single_label_classification",
|
16 |
+
"revision": "main",
|
17 |
+
"sequence_classifier_type": "task",
|
18 |
+
"tc_heads_cfg": "./outputs_causalm/opentable_binary/bert-base-uncased/food__None/seed_44/additional_pretraining",
|
19 |
+
"tc_lambda": 0.2,
|
20 |
+
"token_classifier_type": null,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.15.0",
|
23 |
+
"use_auth_token": null
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ddf4479b7ca0fd045818c8d82be1e8efa3482af3fd7b5765136a42f39d0aa90
|
3 |
+
size 440379497
|