Update README.md
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ from transformers import pipeline
|
|
| 77 |
|
| 78 |
classifier = pipeline(
|
| 79 |
task="text-classification",
|
| 80 |
-
model="
|
| 81 |
return_all_scores=True
|
| 82 |
)
|
| 83 |
|
|
|
|
| 77 |
|
| 78 |
classifier = pipeline(
|
| 79 |
task="text-classification",
|
| 80 |
+
model="Sadman4701/Apricity-Final",
|
| 81 |
return_all_scores=True
|
| 82 |
)
|
| 83 |
|