Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ import torch
|
|
32 |
import transformers
|
33 |
|
34 |
# prepare the LLaMA 2 model
|
35 |
-
model_name = "
|
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,
|