You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ Here is the architecture of `Ask Question/Doubt` component:
156
156
$ bash finetune_qa.sh
157
157
```
158
158
159
-
- Perform Post Training Optimization using IPEX, Intel® Neural Compressor and run the bennchmark for comparison with Pytorch(Base)-FP32
159
+
- Perform Post Training Optimization of Extractive QA model using IPEX (Intel® Extension for Pytorch), Intel® Neural Compressor and run the bennchmark for comparison with Pytorch(Base)-FP32
160
160
161
161
```python
162
162
# modify the params in pot_benchmark_qa.sh
@@ -200,7 +200,7 @@ Here is the architecture of `Ask Question/Doubt` component:
200
200
201
201
```
202
202
203
-
- Train/Infer/Benchmark TFIDF Embedding model for Scikit-Learn (Base) vs Intel® Extension for Scikit-Learn
203
+
- Train/Infer/Benchmark TFIDFVectorizer Embedding model for Scikit-Learn (Base) vs Intel® Extension for Scikit-Learn
0 commit comments