Spaces:
Configuration error
Configuration error
Update cross_encoder_reranking_train.py
Browse files
cross_encoder_reranking_train.py
CHANGED
@@ -307,7 +307,7 @@ def main():
|
|
307 |
parser.add_argument('--queries_list', type=str, default='test_queries.json',
|
308 |
help='Path to training queries JSON file')
|
309 |
parser.add_argument('--text_type', type=str, default='TA',
|
310 |
-
choices=['TA', 'claims', 'description', 'full', 'tac1', 'smart', 'smart2'],
|
311 |
help='Type of text to use for scoring')
|
312 |
parser.add_argument('--model_name', type=str, default='intfloat/e5-large-v2',
|
313 |
help='Name of the cross-encoder model')
|
|
|
307 |
parser.add_argument('--queries_list', type=str, default='test_queries.json',
|
308 |
help='Path to training queries JSON file')
|
309 |
parser.add_argument('--text_type', type=str, default='TA',
|
310 |
+
choices=['TA', 'claims', 'description', 'full', 'tac1', 'smart', 'smart2', 'claimfeat'],
|
311 |
help='Type of text to use for scoring')
|
312 |
parser.add_argument('--model_name', type=str, default='intfloat/e5-large-v2',
|
313 |
help='Name of the cross-encoder model')
|