Update README.md
Browse files
README.md
CHANGED
@@ -76,6 +76,6 @@ You can use this model with the Hugging Face `pipeline` API for easy classificat
|
|
76 |
```python
|
77 |
from transformers import pipeline
|
78 |
|
79 |
-
classifier = pipeline("text-classification", model="abullard1/
|
80 |
result = classifier("Review: Bad. Really bad. Kinda., Playtime: 4, Voted Up: False, Upvotes: 2, Votes Funny: 0")
|
81 |
print(result)
|
|
|
76 |
```python
|
77 |
from transformers import pipeline
|
78 |
|
79 |
+
classifier = pipeline("text-classification", model="abullard1/albert-v2-steam-review-constructiveness-classifier")
|
80 |
result = classifier("Review: Bad. Really bad. Kinda., Playtime: 4, Voted Up: False, Upvotes: 2, Votes Funny: 0")
|
81 |
print(result)
|