Views
No views yet
mshenoda/roberta-spam for the purpose of efficient on-device and cross-platform deployment.roberta-base teacher model, in exchange for a significant boost in speed and a smaller memory footprint.onnxruntime and transformers libraries.onnxruntime-gpu; for CPU-only, onnxruntime is sufficient.1# For CPU
2pip install onnxruntime transformers
3
4# OR for NVIDIA GPU
5pip install onnxruntime-gpu transformers