Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
SchuylerH
/
bert-multilingual-go-emtions
like
13
Text Classification
Transformers
PyTorch
go_emotions
English
Chinese
bert
sentiment-analysis
multilingual
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
4
Train
Deploy
Use this model
SchuylerH
commited on
Jul 26, 2023
Commit
5624f0a
•
1 Parent(s):
3bcb94e
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+0
-3
README.md
CHANGED
Viewed
@@ -70,6 +70,3 @@ nlp = pipeline("sentiment-analysis", model = model, tokenizer = tokenizer)
70
result = nlp(text)
71
72
print(result)
73
-
74
-
## Contact
75
-
70
result = nlp(text)
71
72
print(result)