Instructions to use NEUDM/PICA-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NEUDM/PICA-V1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="NEUDM/PICA-V1", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NEUDM/PICA-V1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
为什么总是出错,API也用不了
#2 opened almost 3 years ago
by
ggbondxyz
is there any possilbe?
1
#1 opened almost 3 years ago
by
petter2019