beomi commited on
Commit
1d36739
1 Parent(s): e7119ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ inference: false
25
  This repo is naive ChatVector applied using these 3 models:
26
 
27
  ```python
28
- ko_model_id = 'beomi/Yi-Ko-34B-dev'
29
  chat_model = '01-ai/Yi-34B-Chat'
30
  base_model = '01-ai/Yi-34B'
31
  ```
 
25
  This repo is naive ChatVector applied using these 3 models:
26
 
27
  ```python
28
+ ko_model_id = 'beomi/Yi-Ko-34B'
29
  chat_model = '01-ai/Yi-34B-Chat'
30
  base_model = '01-ai/Yi-34B'
31
  ```