Instructions to use Winst/cross-encoder-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Winst/cross-encoder-ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Winst/cross-encoder-ru")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Winst/cross-encoder-ru") model = AutoModel.from_pretrained("Winst/cross-encoder-ru") - Notebooks
- Google Colab
- Kaggle
Delete model.ckpt
Browse files- model.ckpt +0 -3
model.ckpt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3368573cb1c55185395a7e157103543600e178e9d4f68d199f99a2e5b4f99a6d
|
| 3 |
-
size 2264914238
|
|
|
|
|
|
|
|
|
|
|
|