Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 5 additions & 22 deletions examples/.config/model_params_pytorch.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,15 @@
"model_src_dir": "nlp/huggingface_models/question-answering/quantization/ptq_static/ipex",
"dataset_location": "",
"input_model": "",
"yaml": "conf.yaml",
"strategy": "basic",
"main_script": "run_qa.py",
"batch_size": 8,
"new_benchmark": false
},
"bert_large_ipex":{
"model_src_dir": "nlp/huggingface_models/question-answering/quantization/ptq_static/ipex",
"dataset_location": "",
"input_model": "",
"yaml": "conf.yaml",
"strategy": "basic",
"main_script": "run_qa.py",
"batch_size": 8,
"new_benchmark": false
},
"bert_large_1_10_ipex":{
"model_src_dir": "nlp/huggingface_models/question-answering/quantization/ptq_static/ipex",
"dataset_location": "/tf_dataset/pytorch/squad/dev-v1.1.json",
"input_model": "/tf_dataset/pytorch/bert_large_ipex",
"yaml": "conf.yaml",
"strategy": "basic",
"batch_size": 8,
"new_benchmark": false
},
"resnet50_gpu": {
"model_src_dir": "image_recognition/torchvision_models/quantization/ptq/gpu/eager/",
Expand Down Expand Up @@ -285,10 +272,8 @@
"model_src_dir": "nlp/huggingface_models/question-answering/quantization/ptq_static/fx",
"dataset_location": "",
"input_model": "",
"yaml": "conf.yaml",
"strategy": "basic",
"main_script": "run_qa.py",
"batch_size": 64,
"new_benchmark": false
},
"bert_large_QNLI": {
"model_src_dir": "nlp/huggingface_models/text-classification/quantization/ptq_static/fx",
Expand Down Expand Up @@ -546,10 +531,8 @@
"model_src_dir": "nlp/huggingface_models/language-modeling/quantization/ptq_static/fx",
"dataset_location": "",
"input_model": "/tf_dataset2/models/pytorch/gpt-j-6B",
"yaml": "conf.yaml",
"strategy": "basic",
"batch_size": 8,
"new_benchmark": false
"main_script": "run_clm.py",
"batch_size": 8
},
"xlm-roberta-base_MRPC": {
"model_src_dir": "nlp/huggingface_models/text-classification/quantization/ptq_static/eager",
Expand Down
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ Intel® Neural Compressor validated examples with multiple compression technique
<td>3D-UNet</td>
<td>Image Recognition</td>
<td>Post-Training Static Quantization</td>
<td><a href="./pytorch/image_recognition/3d-unet/quantization/ptq/eager">eager</a></td>
<td><a href="https://github.com/intel/neural-compressor/tree/old_api_examples/examples/pytorch/image_recognition/3d-unet/quantization/ptq/eager">eager</a></td>
</tr>
<tr>
<td>SSD ResNet34</td>
Expand All @@ -463,7 +463,7 @@ Intel® Neural Compressor validated examples with multiple compression technique
<td>YOLOv3</td>
<td>Object Detection</td>
<td>Post-Training Static Quantization</td>
<td><a href="./pytorch/object_detection/yolo_v3/quantization/ptq/eager">eager</a></td>
<td><a href="https://github.com/intel/neural-compressor/tree/old_api_examples/examples/pytorch/object_detection/yolo_v3/quantization/ptq/eager">eager</a></td>
</tr>
<tr>
<td>DLRM</td>
Expand Down Expand Up @@ -493,7 +493,7 @@ Intel® Neural Compressor validated examples with multiple compression technique
<td>BlendCNN</td>
<td>Natural Language Processing</td>
<td>Post-Training Static Quantization</td>
<td><a href="./pytorch/nlp/blendcnn/quantization/ptq/eager">eager</a></td>
<td><a href="https://github.com/intel/neural-compressor/tree/old_api_examples/examples/pytorch/nlp/blendcnn/quantization/ptq/eager">eager</a></td>
</tr>
<tr>
<td>bert-large-uncased-whole-word-masking-finetuned-squad</td>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading