Instructions to use cx1027/abc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cx1027/abc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="cx1027/abc")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("cx1027/abc") model = AutoModel.from_pretrained("cx1027/abc") - Notebooks
- Google Colab
- Kaggle