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