Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added the default embedding model in note section, which was missing. Fixed a minor grammatical mistake.
  • Loading branch information
SichengStevenLi authored Jul 30, 2024
1 parent e125d7c commit fa11ff3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ Then, run the example as following:
python text2sql.py -m <path_to_model> -d <device> -e <path_to_embedding_model> -q <query_to_LLM> -n <num_predict>
```
>Please note that in this example we'll use [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model for demonstration. It requires updating transformers and tokenizers packages. But you are also welcomed to use other models.
>Please note that in this example we'll use [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) model for demonstration, as well as [bge-large-en-v1.5](https://huggingface.co/BAAI/bge-large-en-v1.5) for our embedding model. It requires updating transformers and tokenizers packages. But you are also welcomed to use other models.
>If you use other LLMs and encounter output issues, please try changing the it.
>If you use other LLMs and encounter output issues, please try changing it.

0 comments on commit fa11ff3

Please sign in to comment.