Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ tags:
|
|
28 |
import torch
|
29 |
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
30 |
|
31 |
-
model_id = "brildev7/gemma-7b-it-finetune-summarization-ko-
|
32 |
quantization_config = BitsAndBytesConfig(
|
33 |
load_in_4bit=True,
|
34 |
bnb_4bit_compute_dtype=torch.float16,
|
|
|
28 |
import torch
|
29 |
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
30 |
|
31 |
+
model_id = "brildev7/gemma-7b-it-finetune-summarization-ko-sft-qlora"
|
32 |
quantization_config = BitsAndBytesConfig(
|
33 |
load_in_4bit=True,
|
34 |
bnb_4bit_compute_dtype=torch.float16,
|