Instructions to use lothritz/Lb_GottBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lothritz/Lb_GottBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="lothritz/Lb_GottBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("lothritz/Lb_GottBERT") model = AutoModelForMaskedLM.from_pretrained("lothritz/Lb_GottBERT") - 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:dc5260d6e13393b34f06d118431d62563cdb01b370c800f9b37b56b7ee55f3cb
|
| 3 |
+
size 504182196
|