Moses25 commited on
Commit
4c93b88
1 Parent(s): 064857d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,4 +4,15 @@ language:
4
  - en
5
  - zh
6
  ---
7
- this model is pretrained based on meta/Llama-2-13b-chat-hf
 
 
 
 
 
 
 
 
 
 
 
 
4
  - en
5
  - zh
6
  ---
7
+
8
+ this model is pretrained based on meta/Llama-2-13b-chat-hf
9
+ ```
10
+
11
+ python -u gradio_demo.py --base_model MosesLM-13B-chat \
12
+ --lora_model MosesLM-13B-chat \
13
+ --alpha 1 \
14
+ --post_host 0.0.0.0 \
15
+ --port 7777
16
+ ```
17
+
18
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/62f4c7172f63f904a0c61ba3/EXaHUJqO5LkMQ5h8vfRZw.png)