abullard1 commited on
Commit
a0b3fac
1 Parent(s): 5e35deb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/roberta-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)
 
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)