Instructions to use whaleloops/keptlongformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whaleloops/keptlongformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="whaleloops/keptlongformer")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("whaleloops/keptlongformer") model = AutoModelForMaskedLM.from_pretrained("whaleloops/keptlongformer") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6805f21
Update README.md 88fd15a
Upload config.json ec7b120
zhichao yang commited on
Delete config.json 5bda3fe
zhichao yang commited on
Upload config.json 312b7b8
zhichao yang commited on
Upload merges.txt 41d0cb2
zhichao yang commited on
Upload tokenizer_config.json fe427e5
zhichao yang commited on
Upload special_tokens_map.json d106a80
zhichao yang commited on
Upload tokenizer.json 36a8620
zhichao yang commited on
Upload vocab.json a2a8514
zhichao yang commited on
Upload pytorch_model.bin e7db871
zhichao yang commited on
initial commit f025c9d
zhichao yang commited on