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