We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b40e1 commit 8aa9390Copy full SHA for 8aa9390
optimum/intel/openvino/configuration.py
@@ -353,6 +353,17 @@ class OVQuantizationMethod(str, Enum):
353
354
# Default configs for int8 full quantization
355
_DEFAULT_INT8_FQ_CONFIGS = {
356
+ "FacebookAI/roberta-large": {
357
+ "dtype": "int8",
358
+ "dataset": "wikitext2",
359
+ "num_samples": 128,
360
+ "smooth_quant_alpha": 0.5,
361
+ },
362
+ "google-bert/bert-base-multilingual-uncased": {
363
364
365
+ "num_samples": 300,
366
367
"openai/clip-vit-base-patch16": {
368
"dtype": "int8",
369
"dataset": "conceptual_captions",
0 commit comments