Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ import json
|
|
32 |
model_name = "luomin-tokyo/llm-jp-3-13b-finetune-min-121504"
|
33 |
HF_TOKEN = "replace with yours"
|
34 |
|
35 |
-
max_seq_length =
|
36 |
dtype = None
|
37 |
load_in_4bit = True
|
38 |
|
|
|
32 |
model_name = "luomin-tokyo/llm-jp-3-13b-finetune-min-121504"
|
33 |
HF_TOKEN = "replace with yours"
|
34 |
|
35 |
+
max_seq_length = 1024
|
36 |
dtype = None
|
37 |
load_in_4bit = True
|
38 |
|