lyu-boxuan commited on
Commit
51f6e43
1 Parent(s): 6383e73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ def create_input(text, tokenizer):
36
  return input_ids
37
 
38
 
39
- model_id = "lyu/MT/output/llama3-sft-lora-16-NLLB-100k-run2/merge"
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()