youjunhyeok commited on
Commit
ed3d314
1 Parent(s): cc2c96c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Use the following Python code to load the model:
41
  ```python3
42
  from transformers import AutoTokenizer, AutoModelForCausalLM
43
 
44
- path = 'youjunhyeok/glm4-9b-ko-v2'
45
 
46
  model = AutoModelForCausalLM.from_pretrained(path, trust_remote_code=True)
47
  tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True)
 
41
  ```python3
42
  from transformers import AutoTokenizer, AutoModelForCausalLM
43
 
44
+ path = 'youjunhyeok/glm-4-9b-ko-v2'
45
 
46
  model = AutoModelForCausalLM.from_pretrained(path, trust_remote_code=True)
47
  tokenizer = AutoTokenizer.from_pretrained(path, trust_remote_code=True)