roberta-fa-sentiment-dksf / train /dataset_config.yaml
arxyzan's picture
Upload 5 files
25fc230
raw
history blame contribute delete
No virus
308 Bytes
name: text_classification
config_type: dataset
task: text_classification
path: hezarai/sentiment_digikala_snappfood
tokenizer_path: hezarai/roberta-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