cjvt
/

dvres commited on
Commit
1620a33
·
verified ·
1 Parent(s): 197a127

Update README.md

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