Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ Use with the `text-classification` pipeline:
|
|
| 19 |
```python
|
| 20 |
from transformers import pipeline
|
| 21 |
|
| 22 |
-
pipe = pipeline("text-classification", model="
|
| 23 |
pipe("I'm a bold leader, age 17")
|
| 24 |
|
| 25 |
|
|
|
|
| 19 |
```python
|
| 20 |
from transformers import pipeline
|
| 21 |
|
| 22 |
+
pipe = pipeline("text-classification", model="MaryahGreene/archXflava-Mod")
|
| 23 |
pipe("I'm a bold leader, age 17")
|
| 24 |
|
| 25 |
|