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