You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence_input (str): Name of the column containing the sentence input.
19
20
classification_label (str): Name of the label; if this is a task on the full record, enter the string with as "__<label>". Else, input it as "<attribute>__<label>".
20
21
config_string (Optional[str], optional): Config string for the TransformerSentenceEmbedder. Defaults to None; if None is provided, the text will not be embedded.
22
+
num_train (Optional[int], optional): Number of training examples to use. Defaults to None; if None is provided, all examples will be used.
21
23
22
24
Returns:
23
25
Dict[str, Dict[str, Any]]: Containing the train and test datasets, with embedded inputs.
0 commit comments