Instructions to use ccj692709344/HF_demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ccj692709344/HF_demo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ccj692709344/HF_demo")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ccj692709344/HF_demo", dtype="auto") - Notebooks
- Google Colab
- Kaggle
PR_demo
#1 opened over 2 years ago
by
ccj692709344