Questions about label name?

#2
by szl0144 - opened

Hi,

Can you please explain a little bit about what the label names in the model output represent?
I guess the LABEL_0 refers to the text produced by humans and label 1 indicates the text is generated by AI. Can you tell me what does label 2 and label 3 represents? Thank you!
[
[
{
"label": "LABEL_3",
"score": 0.9916864037513733
},
{
"label": "LABEL_2",
"score": 0.007035171613097191
},
{
"label": "LABEL_0",
"score": 0.0012038807617500424
},
{
"label": "LABEL_1",
"score": 0.00007456287130480632
}
]
]

Sign up or log in to comment