HODACHI commited on
Commit
dec600e
1 Parent(s): a59fa1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ Then, copy the snippet from the relevant section for your use case.
34
  from transformers import AutoTokenizer, AutoModelForCausalLM
35
  import transformers
36
  import torch
37
- model_id = "HODACHI/EZO-Humanities-9B-gemma-2-it"
38
  dtype = torch.bfloat16
39
  tokenizer = AutoTokenizer.from_pretrained(model_id)
40
  model = AutoModelForCausalLM.from_pretrained(
 
34
  from transformers import AutoTokenizer, AutoModelForCausalLM
35
  import transformers
36
  import torch
37
+ model_id = "HODACHI/EZO-Common-9B-gemma-2-it"
38
  dtype = torch.bfloat16
39
  tokenizer = AutoTokenizer.from_pretrained(model_id)
40
  model = AutoModelForCausalLM.from_pretrained(