File size: 319 Bytes
d57bcf7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
name: text_classification
config_type: dataset
task: text_classification
path: hezar-ai/sentiment_digikala_snappfood
tokenizer_path: hezar-ai/bert-base-fa
label_field: label
text_field: text
id2label:
'0': negative
'1': positive
'2': neutral
label2id:
negative: '0'
positive: '1'
neutral: '2'
num_labels: 3
|