Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
clhuang
/
albert-sentiment
like
3
Text Classification
Transformers
PyTorch
Twi
bert
albert
classification
Inference Endpoints
License:
afl-3.0
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
clhuang
commited on
Jun 7, 2022
Commit
635ef5c
•
1 Parent(s):
aa2adc1
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+1
-0
README.md
CHANGED
Viewed
@@ -27,4 +27,5 @@ license: afl-3.0
27
#return probs.argmax()
28
return response
29
30
get_sentiment_proba('不喜歡這款產品')
27
#return probs.argmax()
28
return response
29
30
+
get_sentiment_proba('我喜歡這本書')
31
get_sentiment_proba('不喜歡這款產品')