kochan13 commited on
Commit
6251d80
1 Parent(s): 4f85c7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -43,8 +43,10 @@ from unsloth import FastLanguageModel
43
  import torch
44
  import json
45
 
 
 
46
  # model,tokenizerの読み込み。
47
- model_name = "kochan13/llm-jp-3-13b-19_5-dpo"
48
 
49
  max_seq_length = 2048
50
  dtype = None
 
43
  import torch
44
  import json
45
 
46
+ !pip install httpx==0.27.2
47
+
48
  # model,tokenizerの読み込み。
49
+ model_name = "kochan13/llm-jp-3-13b-8"
50
 
51
  max_seq_length = 2048
52
  dtype = None