multilang_sst / README.md
Stojke42's picture
Update README.md
f19c8aa
|
raw
history blame
No virus
200 Bytes

global_label={0:'Negative', 1:'Positive',2:'Neutral'}

label2id_custom={0: 2, 1: 0, 2: 1}

train_label = [label2id_custom[x] for x in train_label] dev_label = [label2id_custom[x] for x in dev_label]