Update README.md
Browse files
README.md
CHANGED
@@ -90,13 +90,13 @@ If you would like to learn more about the Machine_Mindset open-source model, we
|
|
90 |
|
91 |
|
92 |
* Use LLaMA-Factory (multi-round conversation)
|
93 |
-
|
94 |
```bash
|
95 |
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
96 |
cd LLaMA-Factory
|
97 |
python ./src/cli_demo.py \
|
98 |
--model_name_or_path /path_to_your_local_model \
|
99 |
--template llama2
|
|
|
100 |
```python
|
101 |
|
102 |
For more information, please refer to our [GitHub repo](https://github.com/PKU-YuanGroup/Machine-Mindset/).
|
|
|
90 |
|
91 |
|
92 |
* Use LLaMA-Factory (multi-round conversation)
|
|
|
93 |
```bash
|
94 |
git clone https://github.com/hiyouga/LLaMA-Factory.git
|
95 |
cd LLaMA-Factory
|
96 |
python ./src/cli_demo.py \
|
97 |
--model_name_or_path /path_to_your_local_model \
|
98 |
--template llama2
|
99 |
+
|
100 |
```python
|
101 |
|
102 |
For more information, please refer to our [GitHub repo](https://github.com/PKU-YuanGroup/Machine-Mindset/).
|