hyunwoongko commited on
Commit
a64bb9f
1 Parent(s): 78a49d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,8 +47,8 @@ This model can be easily loaded using the `AutoModelForCausalLM` functionality:
47
  ```python
48
  from transformers import AutoTokenizer, AutoModelForCausalLM
49
 
50
- tokenizer = AutoTokenizer.from_pretrained("[EleutherAI/gpt-neox-ko-1.3b](https://huggingface.co/EleutherAI/gpt-neox-ko-1.3b)")
51
- model = AutoModelForCausalLM.from_pretrained("[EleutherAI/gpt-neox-ko-1.3b](https://huggingface.co/EleutherAI/gpt-neox-ko-1.3b)")
52
  ```
53
 
54
  ## Privacy considerations and Limitations
 
47
  ```python
48
  from transformers import AutoTokenizer, AutoModelForCausalLM
49
 
50
+ tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-neox-ko-1.3b")
51
+ model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-neox-ko-1.3b")
52
  ```
53
 
54
  ## Privacy considerations and Limitations