Nagi-ovo commited on
Commit
b5c84aa
·
verified ·
1 Parent(s): da54c93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 = 'cuda:0'
 
 
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",