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