Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The model can be efficiently tuned for specific use cases as suggested by promis
|
|
31 |
## How to get started with the model
|
32 |
The inference can be done using the following snippet of code:
|
33 |
```python
|
34 |
-
import
|
35 |
|
36 |
model_id = ("cjvt/GaMS-1B-Chat")
|
37 |
pipeline = transformers.pipeline(
|
|
|
31 |
## How to get started with the model
|
32 |
The inference can be done using the following snippet of code:
|
33 |
```python
|
34 |
+
from transformers import pipeline
|
35 |
|
36 |
model_id = ("cjvt/GaMS-1B-Chat")
|
37 |
pipeline = transformers.pipeline(
|