Upload SPLADE-PT-BR model v1.0.0
Browse files- config.json +21 -18
- model_metadata.json +1 -1
config.json
CHANGED
|
@@ -1,28 +1,31 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"hidden_size": 768,
|
| 10 |
-
"num_hidden_layers": 12,
|
| 11 |
-
"num_attention_heads": 12,
|
| 12 |
-
"intermediate_size": 3072,
|
| 13 |
"hidden_act": "gelu",
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
-
"
|
| 16 |
-
"max_position_embeddings": 512,
|
| 17 |
-
"type_vocab_size": 2,
|
| 18 |
"initializer_range": 0.02,
|
|
|
|
| 19 |
"layer_norm_eps": 1e-12,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"pad_token_id": 0,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"position_embedding_type": "absolute",
|
|
|
|
|
|
|
| 22 |
"use_cache": true,
|
| 23 |
-
"
|
| 24 |
-
|
| 25 |
-
"output": "MLM",
|
| 26 |
-
"fp16": true,
|
| 27 |
-
"agg": "max"
|
| 28 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"BertForMaskedLM"
|
| 4 |
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"classifier_dropout": null,
|
| 7 |
+
"directionality": "bidi",
|
| 8 |
+
"dtype": "float32",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
+
"intermediate_size": 3072,
|
| 14 |
"layer_norm_eps": 1e-12,
|
| 15 |
+
"max_position_embeddings": 512,
|
| 16 |
+
"model_type": "bert",
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"output_past": true,
|
| 20 |
"pad_token_id": 0,
|
| 21 |
+
"pooler_fc_size": 768,
|
| 22 |
+
"pooler_num_attention_heads": 12,
|
| 23 |
+
"pooler_num_fc_layers": 3,
|
| 24 |
+
"pooler_size_per_head": 128,
|
| 25 |
+
"pooler_type": "first_token_transform",
|
| 26 |
"position_embedding_type": "absolute",
|
| 27 |
+
"transformers_version": "4.57.3",
|
| 28 |
+
"type_vocab_size": 2,
|
| 29 |
"use_cache": true,
|
| 30 |
+
"vocab_size": 29794
|
| 31 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
model_metadata.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
| 75 |
},
|
| 76 |
"huggingface": {
|
| 77 |
"repo_id": "AxelPCG/splade-pt-br",
|
| 78 |
-
"model_type": "
|
| 79 |
"pipeline_tag": "feature-extraction",
|
| 80 |
"license": "apache-2.0"
|
| 81 |
},
|
|
|
|
| 75 |
},
|
| 76 |
"huggingface": {
|
| 77 |
"repo_id": "AxelPCG/splade-pt-br",
|
| 78 |
+
"model_type": "bert",
|
| 79 |
"pipeline_tag": "feature-extraction",
|
| 80 |
"license": "apache-2.0"
|
| 81 |
},
|