Update README.md
Browse files
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.
|
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
|