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