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