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