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 |
>>> result = generator("I like this model")
|
26 |
>>> print(result)
|
27 |
|
28 |
-
Generated output: [{'label': 'positive', 'score': 0.
|
29 |
```
|
30 |
|
31 |
### Limitations and bias
|
|
|
25 |
>>> result = generator("I like this model")
|
26 |
>>> print(result)
|
27 |
|
28 |
+
Generated output: [{'label': 'positive', 'score': 0.9992923736572266}]
|
29 |
```
|
30 |
|
31 |
### Limitations and bias
|