yushihu commited on
Commit
ccc014d
1 Parent(s): fea323b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ import torch
32
  import transformers
33
 
34
  # prepare the LLaMA 2 model
35
- model_name = "/gscratch/tial/yushihu/tifa-all/llama2/results/llama2/final_question_generation_checkpoint"
36
  pipeline = transformers.pipeline(
37
  "text-generation",
38
  model=model_name,
 
32
  import transformers
33
 
34
  # prepare the LLaMA 2 model
35
+ model_name = "tifa-benchmark/llama2_tifa_question_generation"
36
  pipeline = transformers.pipeline(
37
  "text-generation",
38
  model=model_name,