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