Instructions to use Nehc/rst with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nehc/rst with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Nehc/rst", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,8 @@ language:
|
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
|
| 8 |
-
Annoy vector db of Russian Synodal Translation (RST) of Bible
|
|
|
|
| 9 |
Embdding by [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large)
|
| 10 |
|
| 11 |
Ussage:
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Annoy vector db of Russian Synodal Translation (RST) of **Bible**
|
| 9 |
+
|
| 10 |
Embdding by [intfloat/multilingual-e5-large](https://huggingface.co/intfloat/multilingual-e5-large)
|
| 11 |
|
| 12 |
Ussage:
|