Instructions to use DanielCano/spanish_news_classification_headlines_untrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DanielCano/spanish_news_classification_headlines_untrained with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="DanielCano/spanish_news_classification_headlines_untrained")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("DanielCano/spanish_news_classification_headlines_untrained") model = AutoModelForSequenceClassification.from_pretrained("DanielCano/spanish_news_classification_headlines_untrained") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 8