Update README.md
Browse files
README.md
CHANGED
@@ -112,7 +112,7 @@ model.eval()
|
|
112 |
|
113 |
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device_map='auto')
|
114 |
|
115 |
-
hf_hub_download(repo_id="spow12/
|
116 |
hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="sample_chat_history.json", local_dir='./')
|
117 |
|
118 |
with open('./system_dict.json', 'r') as f:
|
|
|
112 |
|
113 |
pipe = pipeline("text-generation", model=model, tokenizer=tokenizer, device_map='auto')
|
114 |
|
115 |
+
hf_hub_download(repo_id="spow12/ChatWaifu_v.1.2", filename="system_dict.json", local_dir='./')
|
116 |
hf_hub_download(repo_id="spow12/ChatWaifu_v1.2", filename="sample_chat_history.json", local_dir='./')
|
117 |
|
118 |
with open('./system_dict.json', 'r') as f:
|