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