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