Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use EdwarV/NLP_sequences_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EdwarV/NLP_sequences_example with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EdwarV/NLP_sequences_example")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EdwarV/NLP_sequences_example") model = AutoModelForSequenceClassification.from_pretrained("EdwarV/NLP_sequences_example", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7f1f3a5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:43938e359195311e71d79513d481aa8256a8d41b767e728de8e24d73eafed513
size 4408
|