Farnazgh commited on
Commit
a37df3c
1 Parent(s): 61d24dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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