Commit
·
f41d200
1
Parent(s):
eb4b155
Upload the model
Browse files- config.json +66 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es-16-3e-05-0.1-caresC_best",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": 0.1,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"finetuning_task": "sentiment-analysis",
|
| 11 |
+
"gradient_checkpointing": false,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.1,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"id2label": {
|
| 16 |
+
"0": "LABEL_0",
|
| 17 |
+
"1": "LABEL_1",
|
| 18 |
+
"2": "LABEL_2",
|
| 19 |
+
"3": "LABEL_3",
|
| 20 |
+
"4": "LABEL_4",
|
| 21 |
+
"5": "LABEL_5",
|
| 22 |
+
"6": "LABEL_6",
|
| 23 |
+
"7": "LABEL_7",
|
| 24 |
+
"8": "LABEL_8",
|
| 25 |
+
"9": "LABEL_9",
|
| 26 |
+
"10": "LABEL_10",
|
| 27 |
+
"11": "LABEL_11",
|
| 28 |
+
"12": "LABEL_12",
|
| 29 |
+
"13": "LABEL_13",
|
| 30 |
+
"14": "LABEL_14",
|
| 31 |
+
"15": "LABEL_15"
|
| 32 |
+
},
|
| 33 |
+
"initializer_range": 0.02,
|
| 34 |
+
"intermediate_size": 3072,
|
| 35 |
+
"label2id": {
|
| 36 |
+
"1": 0,
|
| 37 |
+
"10": 7,
|
| 38 |
+
"11": 8,
|
| 39 |
+
"12": 9,
|
| 40 |
+
"13": 10,
|
| 41 |
+
"14": 11,
|
| 42 |
+
"17": 12,
|
| 43 |
+
"18": 13,
|
| 44 |
+
"19": 14,
|
| 45 |
+
"2": 1,
|
| 46 |
+
"21": 15,
|
| 47 |
+
"4": 2,
|
| 48 |
+
"6": 3,
|
| 49 |
+
"7": 4,
|
| 50 |
+
"8": 5,
|
| 51 |
+
"9": 6
|
| 52 |
+
},
|
| 53 |
+
"layer_norm_eps": 1e-05,
|
| 54 |
+
"max_position_embeddings": 514,
|
| 55 |
+
"model_type": "roberta",
|
| 56 |
+
"num_attention_heads": 12,
|
| 57 |
+
"num_hidden_layers": 12,
|
| 58 |
+
"pad_token_id": 1,
|
| 59 |
+
"position_embedding_type": "absolute",
|
| 60 |
+
"problem_type": "multi_label_classification",
|
| 61 |
+
"torch_dtype": "float32",
|
| 62 |
+
"transformers_version": "4.25.1",
|
| 63 |
+
"type_vocab_size": 1,
|
| 64 |
+
"use_cache": true,
|
| 65 |
+
"vocab_size": 50262
|
| 66 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:752cad3261ba512ce83a7d847ca10b8f822f2fbef31e44c05b2cb8bf1e2523b8
|
| 3 |
+
size 498693109
|