Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,9 @@ The training process was monitored using `wandb`, with a brief interruption wher
|
|
42 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
43 |
import torch
|
44 |
|
45 |
-
device =
|
|
|
|
|
46 |
model = AutoModelForCausalLM.from_pretrained(
|
47 |
model_name,
|
48 |
load_in_4bit=True, bnb_4bit_quant_type="nf4",
|
|
|
42 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
43 |
import torch
|
44 |
|
45 |
+
device = "cuda:0"
|
46 |
+
model_name = "Nagi-ovo/lama-3-8b-sft-ruozhiba"
|
47 |
+
|
48 |
model = AutoModelForCausalLM.from_pretrained(
|
49 |
model_name,
|
50 |
load_in_4bit=True, bnb_4bit_quant_type="nf4",
|