oheast commited on
Commit
5ad4552
1 Parent(s): 1a5e26e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,11 +37,11 @@ GAI-LLM/ko-en-llama2-13b-mixed-v1 is an auto-regressive language model based on
37
 
38
  # Implementation Code
39
  ```python
40
- ### GAI-LLM/ko-llama2-toy
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
  import torch
43
 
44
- repo = "GAI-LLM/ko-llama2-toy"
45
  model = AutoModelForCausalLM.from_pretrained(
46
  repo,
47
  return_dict=True,
 
37
 
38
  # Implementation Code
39
  ```python
40
+ ### GAI-LLM/ko-en-llama2-13b-mixed-v1
41
  from transformers import AutoModelForCausalLM, AutoTokenizer
42
  import torch
43
 
44
+ repo = "GAI-LLM/ko-en-llama2-13b-mixed-v1"
45
  model = AutoModelForCausalLM.from_pretrained(
46
  repo,
47
  return_dict=True,