Novampe

Results 2 issues of Novampe

I tried to unify my binary classification rf model trained by ranger. There is an error _Warning message: In Ops.factor(get("Prediction"), n) : ‘/’ not meaningful for factors_ I don't know...

I fine-tuned a Huggingface model (hfl/chinese-roberta-wwm-ext) to do sequence classification task on my own dataset. The fine-tuning process followed the official getting-started guide (https://transformers.run/) and the fine-tuned model ran successfully...