Instructions to use postbot/bert_uncased_tiny_2xthicc-multi-emails-hq with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use postbot/bert_uncased_tiny_2xthicc-multi-emails-hq with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="postbot/bert_uncased_tiny_2xthicc-multi-emails-hq")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("postbot/bert_uncased_tiny_2xthicc-multi-emails-hq") model = AutoModelForMaskedLM.from_pretrained("postbot/bert_uncased_tiny_2xthicc-multi-emails-hq", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f89aa9a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b119476c02463af896c8719c008960299851c78f28711897f5d38a2aab043bc3
size 3707
|