Instructions to use nlptown/bert-base-multilingual-uncased-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlptown/bert-base-multilingual-uncased-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nlptown/bert-base-multilingual-uncased-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nlptown/bert-base-multilingual-uncased-sentiment") model = AutoModelForSequenceClassification.from_pretrained("nlptown/bert-base-multilingual-uncased-sentiment", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2b42be6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e72c9084bf53cee1f722b1acc6f7439cce27e9beabddce447653a1af45405183
size 669491321
|