We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d5c1a commit fc6241dCopy full SHA for fc6241d
sdp/processors/toloka/accept_if.py
@@ -49,6 +49,16 @@ class AcceptIfWERLess(BaseParallelProcessor):
49
50
Returns:
51
A manifest with accepted assignments from Toloka based on the WER threshold.
52
+
53
+ Example:
54
+ .. code-block:: yaml
55
56
+ - _target_: sdp.processors.toloka.accept_if.AcceptIfWERLess
57
+ input_manifest_file: ${workspace_dir}/result_manifest_pred_clean.json
58
+ output_manifest_file: ${workspace_dir}/result_manifest_pred_review.json
59
+ input_data_file: ${workspace_dir}/data_file.json
60
+ input_pool_file: ${workspace_dir}/taskpool.json
61
+ threshold: 50
62
"""
63
64
def __init__(
0 commit comments