dvres commited on
Commit
98c464c
·
verified ·
1 Parent(s): 5df39ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 transformers
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(