Upload TransformerMLMSparseEncoder
Browse files- config.json +16 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./outputs/dense_sparse_qmlp_dmlm_msmarco_distil_l1_0.0_0.0001/02-07-2024/model/doc_encoder",
|
3 |
+
"activation": "relu",
|
4 |
+
"architectures": [
|
5 |
+
"TransformerMLMSparseEncoder"
|
6 |
+
],
|
7 |
+
"dense": true,
|
8 |
+
"doc_quality": "no",
|
9 |
+
"model_type": "MLM",
|
10 |
+
"norm": "log1p",
|
11 |
+
"pool": "max",
|
12 |
+
"term_importance": "no",
|
13 |
+
"tf_base_model_name_or_dir": "distilbert-base-uncased",
|
14 |
+
"torch_dtype": "float32",
|
15 |
+
"transformers_version": "4.36.0"
|
16 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:540fe1813375f7a0149e66e416481ab14141fca097bfe754546a9d98a656ebba
|
3 |
+
size 267955400
|