Instructions to use KocLab-Bilkent/BERTurk-Legal with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KocLab-Bilkent/BERTurk-Legal with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KocLab-Bilkent/BERTurk-Legal")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KocLab-Bilkent/BERTurk-Legal") model = AutoModelForMaskedLM.from_pretrained("KocLab-Bilkent/BERTurk-Legal") - Inference
- Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ddeb9646f16d8ca20083d3dc75456e090ea1f8b15c8562b3f3722a3ce899ce8
|
| 3 |
+
size 737927552
|