Instructions to use nlpodyssey/bert-multilingual-uncased-intelligence-headlines with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpodyssey/bert-multilingual-uncased-intelligence-headlines with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nlpodyssey/bert-multilingual-uncased-intelligence-headlines")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nlpodyssey/bert-multilingual-uncased-intelligence-headlines") model = AutoModelForSequenceClassification.from_pretrained("nlpodyssey/bert-multilingual-uncased-intelligence-headlines") - Notebooks
- Google Colab
- Kaggle
bert-multilingual-uncased-intelligence-headlines
This a bert-base-multilingual-uncased model fine-tuned to perform classification of news headlines according to an intelligence taxonomy.
Authors
The NLP Odyssey Authors
- Downloads last month
- 23