Update README.md
Browse files
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
|
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
|