Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ The inference can be done using the following snippet of code:
|
|
| 38 |
```python
|
| 39 |
import transformers
|
| 40 |
|
| 41 |
-
model_id = ("cjvt/OPT_GaMS-1B-
|
| 42 |
|
| 43 |
pipeline = transformers.pipeline(
|
| 44 |
"text-generation",
|
|
|
|
| 38 |
```python
|
| 39 |
import transformers
|
| 40 |
|
| 41 |
+
model_id = ("cjvt/OPT_GaMS-1B-Chat")
|
| 42 |
|
| 43 |
pipeline = transformers.pipeline(
|
| 44 |
"text-generation",
|