/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
label_studio/core/examples/text_classification/config.xml
9 строк
314 B
niklub
Release 1.0.0 (#652)
16 мар 2021, 19:35
Не верифицирован
16 мар 2021, 19:35
6ec1e79
Код
Авторство
О чём код?
<!-- {"title": "Text classification", "category": "text", "complexity": "basic", "order": "!"} --> <View> <Text name="text" value="$text"/> <Choices name="sentiment" toName="text" choice="single"> <Choice value="Positive"/> <Choice value="Negative"/> <Choice value="Neutral"/> </Choices> </View>