Instructions to use KooAI/KooBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KooAI/KooBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KooAI/KooBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KooAI/KooBERT") model = AutoModelForMaskedLM.from_pretrained("KooAI/KooBERT") - Notebooks
- Google Colab
- Kaggle
Commit ·
079a646
1
Parent(s): 547e73d
Adding `safetensors` variant of this model (#3)
Browse files- Adding `safetensors` variant of this model (a1ff2245068d9b77312689b5ea36bcad15a33165)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9adcb3621f79495f2a6fb33c25e4400feea96d37803dea714daef018ebc645b
|
| 3 |
+
size 736744696
|