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