1huggingface-cli login
2huggingface-cli repo create fakespot-roberta-ai-detector-onnx --type model1git clone https://huggingface.co/YOUR_USERNAME/fakespot-roberta-ai-detector-onnx
2cp -r benchmark/hf-upload/* fakespot-roberta-ai-detector-onnx/
3cd fakespot-roberta-ai-detector-onnx
4git lfs install
5git lfs track "*.onnx"
6git add .
7git commit -m "Add quantized ONNX model for Transformers.js"
8git pushoffscreen.js with your repo ID:pipeline('text-classification', 'YOUR_USERNAME/fakespot-roberta-ai-detector-onnx', { dtype: 'q8' }){0: "Human", 1: "AI"}