Instructions to use Kdogs/dapt_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kdogs/dapt_bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Kdogs/dapt_bert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Kdogs/dapt_bert") model = AutoModelForMaskedLM.from_pretrained("Kdogs/dapt_bert") - Notebooks
- Google Colab
- Kaggle
klue/bert-base-sports-train_size100000-epochs3-batch16-noSplit-noNSP
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 442675179
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf0e5dfc6f80698a8fea68228008805a97e30fbaac01caf7a7c1d14b0f1ac0d2
|
| 3 |
size 442675179
|