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