Instructions to use smartmind/albert-kor-base-tweak with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use smartmind/albert-kor-base-tweak with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="smartmind/albert-kor-base-tweak")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("smartmind/albert-kor-base-tweak") model = AutoModelForMaskedLM.from_pretrained("smartmind/albert-kor-base-tweak") - Notebooks
- Google Colab
- Kaggle
smartmind/albert-kor-base-tweak
kykim/albert-kor-base์ ๋์ผํ ๋ชจ๋ธ์ ๋๋ค.
AutoTokenizer๋ก ํ ํฌ๋์ด์ ๋ฅผ ๋ถ๋ฌ์ฌ ์ ์๋๋ก ์กฐ์ ํ์ต๋๋ค.
- Downloads last month
- 9