Instructions to use csnyder/db-model-repo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use csnyder/db-model-repo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="csnyder/db-model-repo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("csnyder/db-model-repo") model = AutoModelForSequenceClassification.from_pretrained("csnyder/db-model-repo") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a22c6b210c913f02a806281ff681d8e8edfdb54df37b6a2f4a774cfa40ba7eb2
- Size of remote file:
- 268 MB
- SHA256:
- ea4d538a3a1c086ba80dda4f6e27395d5918b20effb03ae45870ab9ca84de69b
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.