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