matsuo-lab commited on
Commit
e9d3e3a
1 Parent(s): a4ec091

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -36,8 +36,8 @@ This repository provides a Japanese-centric multilingual GPT-NeoX model of 10 bi
36
 
37
  | Variant | Link |
38
  | :-- | :--|
39
- | weblab-10b-instruction-sft | https://huggingface.co/Kojima777/weblab-10b-instruction-sft |
40
- | weblab-10b | https://huggingface.co/Kojima777/weblab-10b |
41
 
42
  * **Authors**
43
 
@@ -67,8 +67,8 @@ This repository provides a Japanese-centric multilingual GPT-NeoX model of 10 bi
67
  import torch
68
  from transformers import AutoTokenizer, AutoModelForCausalLM
69
 
70
- tokenizer = AutoTokenizer.from_pretrained("Kojima777/weblab-10b-instruction-sft")
71
- model = AutoModelForCausalLM.from_pretrained("Kojima777/weblab-10b-instruction-sft")
72
 
73
  if torch.cuda.is_available():
74
  model = model.to("cuda")
 
36
 
37
  | Variant | Link |
38
  | :-- | :--|
39
+ | weblab-10b-instruction-sft | https://huggingface.co/matsuo-lab/weblab-10b-instruction-sft |
40
+ | weblab-10b | https://huggingface.co/matsuo-lab/weblab-10b |
41
 
42
  * **Authors**
43
 
 
67
  import torch
68
  from transformers import AutoTokenizer, AutoModelForCausalLM
69
 
70
+ tokenizer = AutoTokenizer.from_pretrained("matsuo-lab/weblab-10b-instruction-sft")
71
+ model = AutoModelForCausalLM.from_pretrained("matsuo-lab/weblab-10b-instruction-sft")
72
 
73
  if torch.cuda.is_available():
74
  model = model.to("cuda")