Update README.md
Browse files
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
|
|
|
|
|
|
|
|
|
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
|