Instructions to use NbAiLabArchive/test_w5_long_dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLabArchive/test_w5_long_dataset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="NbAiLabArchive/test_w5_long_dataset")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("NbAiLabArchive/test_w5_long_dataset") model = AutoModelForMaskedLM.from_pretrained("NbAiLabArchive/test_w5_long_dataset") - Notebooks
- Google Colab
- Kaggle
File size: 136 Bytes
cdcb06b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b381b8acdc31febfcb36831a7949af80c45f084b9954a808b4b272015dd41b5a
size 10540274810
|