add model
Browse files- config.json +12 -4
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_bias_logits": false,
|
|
@@ -27,10 +27,18 @@
|
|
| 27 |
"forced_bos_token_id": 0,
|
| 28 |
"forced_eos_token_id": 2,
|
| 29 |
"gradient_checkpointing": false,
|
| 30 |
-
"id2label":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
"init_std": 0.02,
|
| 32 |
"is_encoder_decoder": true,
|
| 33 |
-
"label2id":
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
"max_position_embeddings": 1024,
|
| 35 |
"model_type": "bart",
|
| 36 |
"no_repeat_ngram_size": 3,
|
|
@@ -61,7 +69,7 @@
|
|
| 61 |
}
|
| 62 |
},
|
| 63 |
"torch_dtype": "float32",
|
| 64 |
-
"transformers_version": "4.
|
| 65 |
"use_cache": true,
|
| 66 |
"vocab_size": 50265
|
| 67 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/home/atsvigun/experiments/abssum_aeslc/full/workdir/run_active_learning/2022-07-07/08-48-31_4065329_facebook_bart_base/model_checkpoint",
|
| 3 |
"activation_dropout": 0.1,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_bias_logits": false,
|
|
|
|
| 27 |
"forced_bos_token_id": 0,
|
| 28 |
"forced_eos_token_id": 2,
|
| 29 |
"gradient_checkpointing": false,
|
| 30 |
+
"id2label": {
|
| 31 |
+
"0": "LABEL_0",
|
| 32 |
+
"1": "LABEL_1",
|
| 33 |
+
"2": "LABEL_2"
|
| 34 |
+
},
|
| 35 |
"init_std": 0.02,
|
| 36 |
"is_encoder_decoder": true,
|
| 37 |
+
"label2id": {
|
| 38 |
+
"LABEL_0": 0,
|
| 39 |
+
"LABEL_1": 1,
|
| 40 |
+
"LABEL_2": 2
|
| 41 |
+
},
|
| 42 |
"max_position_embeddings": 1024,
|
| 43 |
"model_type": "bart",
|
| 44 |
"no_repeat_ngram_size": 3,
|
|
|
|
| 69 |
}
|
| 70 |
},
|
| 71 |
"torch_dtype": "float32",
|
| 72 |
+
"transformers_version": "4.20.1",
|
| 73 |
"use_cache": true,
|
| 74 |
"vocab_size": 50265
|
| 75 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddd023bf34515bb9e8496a2889a0c9e869eba38606a07963ab95d894959ca8b1
|
| 3 |
+
size 557965433
|