Instructions to use izhx/udever-bloom-560m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use izhx/udever-bloom-560m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="izhx/udever-bloom-560m")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("izhx/udever-bloom-560m") model = AutoModel.from_pretrained("izhx/udever-bloom-560m") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
3b7a20f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:30d16ac58e495419a3e74d83ab90c522477bf53e720e15e93005bf240f328997
size 2236953889
|