Text Ranking
Transformers
Safetensors
English
ProductSearch
J-MADRAL commited on
Commit
3b4011e
·
verified ·
1 Parent(s): 210bc7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,13 +14,14 @@ base_model:
14
  pipeline_tag: text-ranking
15
  tags:
16
  - ProductSearch
 
17
  ---
18
 
19
 
20
  **P-MADRAL** is a BERT-sized multi-aspects dense retriever initialized from [BERT](https://huggingface.co/google-bert/bert-base-uncased) public checkpoint,
21
  further pre-trained on e-commerce product data, and fine-tuned on product search retrieval task on the
22
  [Amazon ESCI](https://huggingface.co/datasets/J-MADRAL/AmazonESCI) dataset.
23
- We use symmetric encoder architecture, with a single shared encoder for both queries and products.
24
  The similarity function is *dot product*.
25
 
26
 
 
14
  pipeline_tag: text-ranking
15
  tags:
16
  - ProductSearch
17
+ library_name: transformers
18
  ---
19
 
20
 
21
  **P-MADRAL** is a BERT-sized multi-aspects dense retriever initialized from [BERT](https://huggingface.co/google-bert/bert-base-uncased) public checkpoint,
22
  further pre-trained on e-commerce product data, and fine-tuned on product search retrieval task on the
23
  [Amazon ESCI](https://huggingface.co/datasets/J-MADRAL/AmazonESCI) dataset.
24
+ It uses a symmetric encoder architecture, with a single shared encoder for both queries and products.
25
  The similarity function is *dot product*.
26
 
27