Instructions to use pvl/labse_bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pvl/labse_bert with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("pvl/labse_bert") model = AutoModelForPreTraining.from_pretrained("pvl/labse_bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3fe7197
1
Parent(s): fa295eb
upload flax model
Browse files- flax_model.msgpack +3 -0
flax_model.msgpack
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b893b5997ed8ea1b2df52f0e3bb1e2b3af1b6e6bfd5bf620142b3bb06f830520
|
| 3 |
+
size 1888094162
|