prhegde commited on
Commit
2b8237c
·
verified ·
1 Parent(s): 34a9542

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,7 +10,11 @@ Generates possible search queries for a given product with title and dedscriptio
10
 
11
  Input -> "Title: " + 《product_title》 + "Description: " + 《product_details》
12
 
13
- Development Details coming soon
 
 
 
 
14
 
15
  ## Using the model
16
  ```python
 
10
 
11
  Input -> "Title: " + 《product_title》 + "Description: " + 《product_details》
12
 
13
+ ## Development details
14
+ Model is trained with a novel adversarial Generator-Retriever framework.
15
+
16
+ The details of the framework can be found [here](https://github.com/PraveenSH/adversarial-generator-retriever/blob/main/README.md).
17
+ Notebook with the code is available [here](https://github.com/PraveenSH/adversarial-generator-retriever/blob/main/generator_retriever.ipynb)
18
 
19
  ## Using the model
20
  ```python