lyu-boxuan
commited on
Commit
•
51f6e43
1
Parent(s):
6383e73
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ def create_input(text, tokenizer):
|
|
36 |
return input_ids
|
37 |
|
38 |
|
39 |
-
model_id = "lyu/
|
40 |
model = AutoModelForCausalLM.from_pretrained(
|
41 |
model_id, torch_dtype=torch.bfloat16, attn_implementation="flash_attention_2"
|
42 |
).cuda()
|
|
|
36 |
return input_ids
|
37 |
|
38 |
|
39 |
+
model_id = "lyu-boxuan/llama-3-youko-8b-En-Ja-MT-LoRA"
|
40 |
model = AutoModelForCausalLM.from_pretrained(
|
41 |
model_id, torch_dtype=torch.bfloat16, attn_implementation="flash_attention_2"
|
42 |
).cuda()
|