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