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