guanwenyu1995 commited on
Commit
17f0d0e
·
verified ·
1 Parent(s): e99b139

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ When fine-tuning, you **must** ensure:
60
  ```python
61
  from transformers import AutoModelForCausalLM, AutoTokenizer
62
 
63
- path = 'openbmb/BitCPM4-CANN-0.5B-unquantized'
64
  tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True)
65
  model = AutoModelForCausalLM.from_pretrained(
66
  path,
 
60
  ```python
61
  from transformers import AutoModelForCausalLM, AutoTokenizer
62
 
63
+ path = 'openbmb/BitCPM4-CANN-1B-unquantized'
64
  tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True)
65
  model = AutoModelForCausalLM.from_pretrained(
66
  path,