yushihu commited on
Commit
7f5fbf2
1 Parent(s): 7215884

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -107,7 +107,7 @@ print(output)
107
 
108
  # Use this LM under tifascore package
109
 
110
- tifascore provides extra functions to parse this output etc. The usage is below
111
 
112
  ```python
113
  from tifascore import get_llama2_pipeline, get_llama2_question_and_answers
 
107
 
108
  # Use this LM under tifascore package
109
 
110
+ tifascore provides extra functions to parse this output etc. First install tifascore according to <https://github.com/Yushi-Hu/tifa>. Then the usage is below
111
 
112
  ```python
113
  from tifascore import get_llama2_pipeline, get_llama2_question_and_answers