Skip to content

Commit c43e9a5

Browse files
committed
Simplify explanation of file location
Signed-off-by: Brian Flores <[email protected]>
1 parent b11cbe1 commit c43e9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/semantic_search/asymmetric_embedding_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This will download the model files into a directory on your local machine.
6666

6767
### b. Zip the model files
6868

69-
To upload the model to OpenSearch, you must zip the necessary model files (`model.onnx`, `sentencepiece.bpe.model`, and `tokenizer.json`). The `model.onnx` file is located in the `onnx` directory of the cloned repository.
69+
To upload the model to OpenSearch, you must zip the necessary model files (`model.onnx`, `sentencepiece.bpe.model`, and `tokenizer.json`). You can find these files located in the `onnx` directory of the cloned repository.
7070

7171
Run the following command in the directory containing these files:
7272

0 commit comments

Comments
 (0)