stsb
Note
ID: catalog.cards.stsb | Type: TaskCard
{
"loader": {
"name": "stsb",
"path": "glue",
"type": "load_hf"
},
"preprocess_steps": [
{
"mix": {
"test": "validation",
"train": "train[95%]",
"validation": "train[5%]"
},
"type": "split_random_mix"
},
{
"field_to_field": {
"label": "attribute_value",
"sentence1": "text1",
"sentence2": "text2"
},
"type": "rename_fields"
},
{
"fields": {
"attribute_name": "similarity",
"max_value": "5",
"min_value": "1"
},
"type": "add_fields"
}
],
"task": "tasks.regression.two_texts",
"templates": "templates.regression.two_texts.all",
"type": "task_card"
}