yuyijiong commited on
Commit
9759c6e
1 Parent(s): 4761149

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ pipeline_tag: text-generation
30
  ```python
31
  from transformers import AutoTokenizer, AutoModelForCausalLM
32
 
33
- model_id = "yuyijiong/llama3-8b-chinese-chat-32k"
34
 
35
  tokenizer = AutoTokenizer.from_pretrained(model_id)
36
  model = AutoModelForCausalLM.from_pretrained(
 
30
  ```python
31
  from transformers import AutoTokenizer, AutoModelForCausalLM
32
 
33
+ model_id = "yuyijiong/Llama3-8B-Chinese-Chat-32k"
34
 
35
  tokenizer = AutoTokenizer.from_pretrained(model_id)
36
  model = AutoModelForCausalLM.from_pretrained(