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