RafaelUI's picture
Update config.json
88c6aff verified
Raw
History Blame Contribute Delete
327 Bytes
{
"schema_version": 1,
"dataset_name": "ru-reviews-classification",
"language": "ru",
"task": "text_classification",
"labels": ["negative", "neutral", "positive"],
"num_examples": { "train": 44988, "val": 5000 },
"description": "Датасет для классификации отзывов",
"ctx_len": 256
}