File size: 402 Bytes
e27ee71
 
 
 
 
 
 
1
2
3
4
5
6
7
8
{
  "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"
  }
}