Update configs/fine-tune.yaml
Browse files- configs/fine-tune.yaml +2 -2
configs/fine-tune.yaml
CHANGED
@@ -35,10 +35,10 @@ model:
|
|
35 |
add_marker_tokens: false
|
36 |
embedding_dim: 128
|
37 |
projection: linear
|
38 |
-
query_pooling_strategy:
|
39 |
doc_expansion: false
|
40 |
attend_to_doc_expanded_tokens: false
|
41 |
-
doc_pooling_strategy:
|
42 |
sparsification: null
|
43 |
query_length: 32
|
44 |
doc_length: 256
|
|
|
35 |
add_marker_tokens: false
|
36 |
embedding_dim: 128
|
37 |
projection: linear
|
38 |
+
query_pooling_strategy: null
|
39 |
doc_expansion: false
|
40 |
attend_to_doc_expanded_tokens: false
|
41 |
+
doc_pooling_strategy: null
|
42 |
sparsification: null
|
43 |
query_length: 32
|
44 |
doc_length: 256
|