Instructions to use InfAI/parlbert-german-law with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InfAI/parlbert-german-law with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="InfAI/parlbert-german-law")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("InfAI/parlbert-german-law") model = AutoModelForMaskedLM.from_pretrained("InfAI/parlbert-german-law") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 436520501
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b55e625f45dba26aaff73182826cfbce3a2bb3e8fbf71f4effcaf83b10b6a2fa
|
| 3 |
size 436520501
|