Mike0307 commited on
Commit
588f2f7
1 Parent(s): e8e11da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ retriever.invoke("福井舞所屬哪家唱片公司?")
87
  ### 2. Use HuggingFace LLM as customized Langchain LLM
88
 
89
  Sometimes, we don’t want to rely on the OpenAI API. Here are some tips to empower the use of HuggingFace models.
90
- First, download the HuggingFace LLM via the bellow code. Check this [repo](https://huggingface.co/Mike0307/Phi-3-mini-4k-instruct-chinese-lora) if you encounter any problems.
91
 
92
  ```python
93
  import torch
 
87
  ### 2. Use HuggingFace LLM as customized Langchain LLM
88
 
89
  Sometimes, we don’t want to rely on the OpenAI API. Here are some tips to empower the use of HuggingFace models.
90
+ First, download the HuggingFace LLM via the bellow code. Check [this repo](https://huggingface.co/Mike0307/Phi-3-mini-4k-instruct-chinese-lora) if you encounter any problems.
91
 
92
  ```python
93
  import torch