ArvinZhuang commited on
Commit
ab0818c
1 Parent(s): 42284bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -13,11 +13,9 @@ inference:
13
  widget:
14
  - text: >-
15
  Generate a Japanese question for this passage: Transformer (machine learning model) A transformer is a deep learning model that adopts the mechanism of self-attention, differentially weighting the significance of each part of the input (which includes the recursive output) data.
16
- example_title: Generate Japanese questions
17
 
18
  - text: >-
19
  Generate a Arabic question for this passage: Transformer (machine learning model) A transformer is a deep learning model that adopts the mechanism of self-attention, differentially weighting the significance of each part of the input (which includes the recursive output) data.
20
- example_title: Generate Arabic questions
21
  ---
22
 
23
  ## Model description
@@ -28,7 +26,7 @@ Used in paper [Bridging the Gap Between Indexing and Retrieval for
28
  Differentiable Search Index with Query Generation](https://arxiv.org/pdf/2206.10128.pdf)
29
 
30
  and [Augmenting Passage Representations with Query Generation
31
- for Enhanced Cross-Lingual Dense Retrieval]()
32
 
33
  ### How to use
34
  ```python
 
13
  widget:
14
  - text: >-
15
  Generate a Japanese question for this passage: Transformer (machine learning model) A transformer is a deep learning model that adopts the mechanism of self-attention, differentially weighting the significance of each part of the input (which includes the recursive output) data.
 
16
 
17
  - text: >-
18
  Generate a Arabic question for this passage: Transformer (machine learning model) A transformer is a deep learning model that adopts the mechanism of self-attention, differentially weighting the significance of each part of the input (which includes the recursive output) data.
 
19
  ---
20
 
21
  ## Model description
 
26
  Differentiable Search Index with Query Generation](https://arxiv.org/pdf/2206.10128.pdf)
27
 
28
  and [Augmenting Passage Representations with Query Generation
29
+ for Enhanced Cross-Lingual Dense Retrieval](https://arxiv.org/pdf/2305.03950.pdf)
30
 
31
  ### How to use
32
  ```python