Views
No views yet
| INT8 | FP32 | |
|---|---|---|
| Accuracy (eval-f1) | 0.7365 | 0.7401 |
| Model size (MB) | 1244 | 1349 |
1from optimum.intel import INCModelForSequenceClassification
2
3model_id = "Intel/bert-large-uncased-rte-int8-static"
4int8_model = INCModelForSequenceClassification.from_pretrained(model_id)