ttagu99 commited on
Commit
4c764a1
ยท
1 Parent(s): bf7696c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,11 +16,11 @@ based yi-34b, instruction tuned.
16
  ### How to Use
17
  Here give some examples of how to use our model.
18
 
19
- ```
20
  from transformers import AutoConfig, AutoModel, AutoTokenizer
21
  import transformers
22
  import torch
23
- hf_model = 'mncai/llama2-13b-dpo-v3'
24
  message = "<|user|>\n๋‘ ๊ฐœ์˜ ๊ตฌ๊ฐ€ ์žˆ๋Š”๋ฐ ๊ฐ๊ฐ ์ง€๋ฆ„์ด 1, 2์ผ๋•Œ ๊ตฌ์˜ ๋ถ€ํ”ผ๋Š” ๋ช‡๋ฐฐ ์ฐจ์ด๊ฐ€ ๋‚˜์ง€? ์„ค๋ช…๋„ ๊ฐ™์ด ํ•ด์ค˜.\n<|assistant|>\n"
25
 
26
  sequences = pipeline(
 
16
  ### How to Use
17
  Here give some examples of how to use our model.
18
 
19
+ ```python
20
  from transformers import AutoConfig, AutoModel, AutoTokenizer
21
  import transformers
22
  import torch
23
+ hf_model = 'mncai/yi-34B-v2'
24
  message = "<|user|>\n๋‘ ๊ฐœ์˜ ๊ตฌ๊ฐ€ ์žˆ๋Š”๋ฐ ๊ฐ๊ฐ ์ง€๋ฆ„์ด 1, 2์ผ๋•Œ ๊ตฌ์˜ ๋ถ€ํ”ผ๋Š” ๋ช‡๋ฐฐ ์ฐจ์ด๊ฐ€ ๋‚˜์ง€? ์„ค๋ช…๋„ ๊ฐ™์ด ํ•ด์ค˜.\n<|assistant|>\n"
25
 
26
  sequences = pipeline(