add model
Browse files- config.json +6 -6
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_bias_logits": false,
|
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
-
"author": "
|
| 12 |
"bos_token_id": 0,
|
| 13 |
"classif_dropout": 0.1,
|
| 14 |
"classifier_dropout": 0.1,
|
|
@@ -30,15 +30,15 @@
|
|
| 30 |
"forced_eos_token_id": 1,
|
| 31 |
"gradient_checkpointing": false,
|
| 32 |
"id2label": {
|
| 33 |
-
"0": "
|
| 34 |
-
"1": "
|
| 35 |
},
|
| 36 |
"init_std": 0.02,
|
| 37 |
"is_encoder_decoder": true,
|
| 38 |
"kobart_version": 1.0,
|
| 39 |
"label2id": {
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
},
|
| 43 |
"max_position_embeddings": 1026,
|
| 44 |
"model_type": "bart",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "gunulhona/tbstmodel",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"add_bias_logits": false,
|
|
|
|
| 8 |
"BartForConditionalGeneration"
|
| 9 |
],
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
+
"author": "Kevin Jung(kevin.jung@turingbio.com)",
|
| 12 |
"bos_token_id": 0,
|
| 13 |
"classif_dropout": 0.1,
|
| 14 |
"classifier_dropout": 0.1,
|
|
|
|
| 30 |
"forced_eos_token_id": 1,
|
| 31 |
"gradient_checkpointing": false,
|
| 32 |
"id2label": {
|
| 33 |
+
"0": "Negative",
|
| 34 |
+
"1": "Positive"
|
| 35 |
},
|
| 36 |
"init_std": 0.02,
|
| 37 |
"is_encoder_decoder": true,
|
| 38 |
"kobart_version": 1.0,
|
| 39 |
"label2id": {
|
| 40 |
+
"Negative": 0,
|
| 41 |
+
"Positive": 1
|
| 42 |
},
|
| 43 |
"max_position_embeddings": 1026,
|
| 44 |
"model_type": "bart",
|