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