rpasunuru commited on
Commit
d60fa58
1 Parent(s): d026d83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ You can use this model directly with a pipeline for text generation.
25
 
26
  >>> generator = pipeline('text-generation', model="facebook/opt-iml-max-1.3b")
27
 
28
- >>> generator("What is the capital of united states?")
29
  ```
30
 
31
  ### Limitations and bias
25
 
26
  >>> generator = pipeline('text-generation', model="facebook/opt-iml-max-1.3b")
27
 
28
+ >>> generator("What is the capital of USA?")
29
  ```
30
 
31
  ### Limitations and bias