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