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