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