Instructions to use gowitheflow/LASER-cubed-bert-base-unsup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gowitheflow/LASER-cubed-bert-base-unsup with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("gowitheflow/LASER-cubed-bert-base-unsup") model = AutoModel.from_pretrained("gowitheflow/LASER-cubed-bert-base-unsup", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
3fd2054
1
Parent(s): 67036b4
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ pipeline_tag: sentence-similarity
|
|
| 5 |
---
|
| 6 |
# Model Card for gowitheflow/LASER-cubed-bert-base-unsup
|
| 7 |
|
| 8 |
-
Official model
|
| 9 |
|
| 10 |
### Model Summary
|
| 11 |
|
|
|
|
| 5 |
---
|
| 6 |
# Model Card for gowitheflow/LASER-cubed-bert-base-unsup
|
| 7 |
|
| 8 |
+
Official model checkpoints of **LA(SER)<sup>3</sup>** (LASER-cubed) from EMNLP 2023 paper "Length is a Curse and a Blessing for Document-level Semantics"
|
| 9 |
|
| 10 |
### Model Summary
|
| 11 |
|