Instructions to use sangmini/FC_baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sangmini/FC_baseline with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sangmini/FC_baseline")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sangmini/FC_baseline") model = AutoModelForSequenceClassification.from_pretrained("sangmini/FC_baseline") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
937de9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:18fa5ff6d084af2820df32baad4ee95a6a3416c57ec27b55c1d72fd3142555e5
size 2239709941
|