Instructions to use HCKLab/BiBert-NSP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HCKLab/BiBert-NSP with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("HCKLab/BiBert-NSP") model = AutoModel.from_pretrained("HCKLab/BiBert-NSP") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
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 439785265
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb4160d3b6dea2e959a232475c9e52cd83fc30a66b62ed619cd39e8581a74959
|
| 3 |
size 439785265
|