licence info and inference API (#7)
Browse files- licence info and inference API (48a6ac22cb2116ad8424b7c638021520a0fe8d71)
README.md
CHANGED
|
@@ -6,7 +6,9 @@ tags:
|
|
| 6 |
- cross-encoder
|
| 7 |
language:
|
| 8 |
- multilingual
|
|
|
|
| 9 |
license: cc-by-nc-4.0
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<br><br>
|
|
@@ -34,6 +36,7 @@ The model is also equipped with a flash attention mechanism, which significantly
|
|
| 34 |
|
| 35 |
# Usage
|
| 36 |
|
|
|
|
| 37 |
1. The easiest way to use `jina-reranker-v2-base-multilingual` is to call Jina AI's [Reranker API](https://jina.ai/reranker/).
|
| 38 |
|
| 39 |
```bash
|
|
|
|
| 6 |
- cross-encoder
|
| 7 |
language:
|
| 8 |
- multilingual
|
| 9 |
+
inference: false
|
| 10 |
license: cc-by-nc-4.0
|
| 11 |
+
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |
<br><br>
|
|
|
|
| 36 |
|
| 37 |
# Usage
|
| 38 |
|
| 39 |
+
_This model repository is licenced for research and evaluation purposes under CC-BY-NC-4.0. For commercial usage, please refer to Jina AI's APIs, AWS Sagemaker or Azure Marketplace offerings. Please [contact us](https://jina.ai/contact-sales) for any further clarifications._
|
| 40 |
1. The easiest way to use `jina-reranker-v2-base-multilingual` is to call Jina AI's [Reranker API](https://jina.ai/reranker/).
|
| 41 |
|
| 42 |
```bash
|