DeBERTa
					Collection
				
DeBERTa is a language model that originates from Meta's RoBERTa model with disentangled attention and enhanced mask decoder.
					• 
				3 items
				• 
				Updated
					
				
This is an INT8 ONNX model quantized with Intel® Neural Compressor.
The original fp32 model comes from the fine-tuned model Intel/deberta-v3-base-mrpc.
| INT8 | FP32 | |
|---|---|---|
| Accuracy (eval-f1) | 0.9239 | 0.9223 | 
| Model size (MB) | 350 | 705 | 
from optimum.onnxruntime import ORTModelForSequenceClassification
model = ORTModelForSequenceClassification.from_pretrained('Intel/deberta-v3-base-mrpc-int8-dynamic')