cpt core 4
Browse files
scripts/cpt_core_model_4.py
CHANGED
@@ -2,7 +2,7 @@ from unsloth import FastLanguageModel
|
|
2 |
import torch
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
-
max_seq_length =
|
6 |
dtype = torch.bfloat16
|
7 |
load_in_4bit = True
|
8 |
model_name = '../out/pretrain-core-3/hf'
|
|
|
2 |
import torch
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
+
max_seq_length = 16385
|
6 |
dtype = torch.bfloat16
|
7 |
load_in_4bit = True
|
8 |
model_name = '../out/pretrain-core-3/hf'
|