Update README.md
Browse files
README.md
CHANGED
@@ -40,6 +40,11 @@ It was used to transform question-answer paris in information-seeking dialogs to
|
|
40 |
|
41 |
|
42 |
## Test the model
|
|
|
|
|
|
|
|
|
|
|
43 |
```python
|
44 |
from transformers import AutoModelWithLMHead, AutoTokenizer
|
45 |
|
|
|
40 |
|
41 |
|
42 |
## Test the model
|
43 |
+
```python
|
44 |
+
!pip install transformers
|
45 |
+
!pip install sentencepiece
|
46 |
+
```
|
47 |
+
|
48 |
```python
|
49 |
from transformers import AutoModelWithLMHead, AutoTokenizer
|
50 |
|