Spaces:
Build error
Build error
| { | |
| "text_pair_classification": { | |
| "description": "This is a tool that classifies if two texts in English are similar or not using the labels 'equivalent' and 'not_equivalent'. It takes two inputs named `text` and `second_text` which should be in English and returns the predicted label.", | |
| "name": "pair_classifier", | |
| "tool_class": "pair_classification_tool.TextPairClassificationTool" | |
| } | |
| } | |