MikenekoDyn commited on
Commit
68619a1
·
verified ·
1 Parent(s): 05068cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ HF_TOKEN = "your token"
30
  import torch
31
  max_new_tokens = 1024
32
 
33
- new_model_id = "MikenekoDyn/llm-jp-13b-061215b"
34
  load_in_4bit = False
35
  load_in_8bit = not load_in_4bit
36
  do_sample=True
 
30
  import torch
31
  max_new_tokens = 1024
32
 
33
+ new_model_id = "MikenekoDyn/llm-jp-13b-061215b" #'_lora'は読み込むときに自動で付加される
34
  load_in_4bit = False
35
  load_in_8bit = not load_in_4bit
36
  do_sample=True