what does each LABEL represents?
#15
by
WYHu
- opened
In the huggingface portal, What does LABEL_0 and LABEL_1 represents?
In the code, what does Real and Fake represents respectively? Does "Real" presents the text was generated by a GPT-2 model and "Fake" presents the text was not generated by a GPT-2 model ?
you can see the id2label mapping in https://huggingface.co/roberta-base-openai-detector/blob/main/config.json (from #4)