saahil-ognawala commited on
Commit
20be9d6
1 Parent(s): 8bb94e2

licence info and inference API (#7)

Browse files

- licence info and inference API (48a6ac22cb2116ad8424b7c638021520a0fe8d71)

Files changed (1) hide show
  1. README.md +3 -0
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