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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8b87e2c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4cb5f17a9452d6c048e3803ab662fb96e79c956c3499c097be6f0b10922dac7c
size 2799
|