dvres commited on
Commit
a6adc8d
·
verified ·
1 Parent(s): fb4b419

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ The model can be efficiently tuned for specific use cases as suggested by promis
34
  The inference can be done using the following snippet of code:
35
 
36
  ```python
37
- import transformers
38
 
39
  model_id = ("cjvt/OPT_GaMS-1B-Chat")
40
 
 
34
  The inference can be done using the following snippet of code:
35
 
36
  ```python
37
+ from transformers import pipeline
38
 
39
  model_id = ("cjvt/OPT_GaMS-1B-Chat")
40