Sentence Similarity
Transformers
PyTorch
Czech
English
bert
feature-extraction
text-embeddings-inference
Instructions to use Seznam/dist-mpnet-paracrawl-cs-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Seznam/dist-mpnet-paracrawl-cs-en with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Seznam/dist-mpnet-paracrawl-cs-en") model = AutoModel.from_pretrained("Seznam/dist-mpnet-paracrawl-cs-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/mnt/www/data/pretrained_lms/czen-bert-small/",
|
| 3 |
"architectures": [
|
| 4 |
"BertModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"BertModel"
|
| 4 |
],
|