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