Label mappings?

#1
by nurke - opened

Hello! Nice model you have here, i wanted to experiment with it but i couldnt find the mappings for which one is which.
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6",
"7": "LABEL_7",
"8": "LABEL_8",
"9": "LABEL_9",
"10": "LABEL_10",
"11": "LABEL_11",
"12": "LABEL_12"
}, this is the only thing i see. Thanks in advance

Hello, sorry for the late reply.
The mappings I used were like this.

{
"0": "şikayet etmek",
"1": "öneri sunmak",
"2": "talep etmek",
"3": "bilgi istemek",
"4": "rica etmek",
"5": "destek istemek",
"6": "ikna etmeye çalışmak",
"7": "destek sunmak",
"8": "sorun bildirmek",
"9": "onaylamak",
"10": "reddetmek",
"11": "özür dilemek",
"12": "teşekkür etmek"
}

koyuboy changed discussion status to closed

Sign up or log in to comment