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: 134 Bytes
73e5a88 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5c8a01484d1f1f841e15a4c54f9128955fe02458fdffb566d8eb2ccf21b8c786
size 498872555
|