Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use somosnlp-hackathon-2022/class-poems-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use somosnlp-hackathon-2022/class-poems-es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="somosnlp-hackathon-2022/class-poems-es")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("somosnlp-hackathon-2022/class-poems-es") model = AutoModelForSequenceClassification.from_pretrained("somosnlp-hackathon-2022/class-poems-es") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c59f090 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4df3f82d9b6b4353f2f5f0fd7717c6f933f9395bed2f10f31441f89d60e03bf
size 498668909
|