Commit ·
4a377e3
1
Parent(s): 3f4783e
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ We discovered through our exploratory work that the WNC does contain data qualit
|
|
| 23 |
## How to use
|
| 24 |
This model can be used directly with a HuggingFace pipeline for `text2text-generation`.
|
| 25 |
|
| 26 |
-
```
|
| 27 |
>>> from transformers import pipeline
|
| 28 |
|
| 29 |
>>> classify = pipeline(
|
|
|
|
| 23 |
## How to use
|
| 24 |
This model can be used directly with a HuggingFace pipeline for `text2text-generation`.
|
| 25 |
|
| 26 |
+
```python
|
| 27 |
>>> from transformers import pipeline
|
| 28 |
|
| 29 |
>>> classify = pipeline(
|