MaryahGreene commited on
Commit
fb2e458
·
verified ·
1 Parent(s): efb55ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="your-username/archflava-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