Skip to content

Commit a5293d0

Browse files
committed
update README.md
2 parents 0f7c69b + 7893146 commit a5293d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Here is the architecture of `Ask Question/Doubt` component:
156156
$ bash finetune_qa.sh
157157
```
158158

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
160160

161161
```python
162162
# modify the params in pot_benchmark_qa.sh
@@ -200,7 +200,7 @@ Here is the architecture of `Ask Question/Doubt` component:
200200

201201
```
202202

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
204204

205205
```python
206206
$ cd nlp/feature_extractor

nlp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Preprocess course dataset (To maintain minimum text length of each subtitle)
2+
## Preprocess course dataset (To maintain minimum text length of each subtitle)
33

44
- Run the `preprocess_subtitle.py` script
55

@@ -9,7 +9,7 @@
99
$ python preprocess_subtitle.py --course_dir=../../dataset/courses --min_text_len=500
1010
```
1111

12-
# Perform Basic EDA on course dataset
12+
## Perform Basic EDA on course dataset
1313

1414
- Run the `run_eda.py` script
1515

0 commit comments

Comments
 (0)