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