Update README.md
Browse filesupdate eval model id to be L instead of B
README.md
CHANGED
@@ -126,8 +126,8 @@ git clone https://github.com/marqo-ai/GCL
|
|
126 |
**1. GoogleShopping-Text2Image Retrieval.**
|
127 |
```
|
128 |
cd ./GCL
|
129 |
-
MODEL=hf-hub:Marqo/marqo-ecommerce-
|
130 |
-
outdir=/MarqoModels/GE/marqo-ecommerce-
|
131 |
hfdataset=Marqo/google-shopping-general-eval
|
132 |
python evals/eval_hf_datasets_v1.py \
|
133 |
--model_name $MODEL \
|
@@ -149,8 +149,8 @@ python evals/eval_hf_datasets_v1.py \
|
|
149 |
**2. GoogleShopping-Category2Image Retrieval.**
|
150 |
```
|
151 |
cd ./GCL
|
152 |
-
MODEL=hf-hub:Marqo/marqo-ecommerce-
|
153 |
-
outdir=/MarqoModels/GE/marqo-ecommerce-
|
154 |
hfdataset=Marqo/google-shopping-general-eval
|
155 |
python evals/eval_hf_datasets_v1.py \
|
156 |
--model_name $MODEL \
|
@@ -172,8 +172,8 @@ python evals/eval_hf_datasets_v1.py \
|
|
172 |
**3. AmazonProducts-Category2Image Retrieval.**
|
173 |
```
|
174 |
cd ./GCL
|
175 |
-
MODEL=hf-hub:Marqo/marqo-ecommerce-
|
176 |
-
outdir=/MarqoModels/GE/marqo-ecommerce-
|
177 |
hfdataset=Marqo/amazon-products-eval
|
178 |
python evals/eval_hf_datasets_v1.py \
|
179 |
--model_name $MODEL \
|
|
|
126 |
**1. GoogleShopping-Text2Image Retrieval.**
|
127 |
```
|
128 |
cd ./GCL
|
129 |
+
MODEL=hf-hub:Marqo/marqo-ecommerce-L
|
130 |
+
outdir=/MarqoModels/GE/marqo-ecommerce-L/gs-title2image
|
131 |
hfdataset=Marqo/google-shopping-general-eval
|
132 |
python evals/eval_hf_datasets_v1.py \
|
133 |
--model_name $MODEL \
|
|
|
149 |
**2. GoogleShopping-Category2Image Retrieval.**
|
150 |
```
|
151 |
cd ./GCL
|
152 |
+
MODEL=hf-hub:Marqo/marqo-ecommerce-L
|
153 |
+
outdir=/MarqoModels/GE/marqo-ecommerce-L/gs-cat2image
|
154 |
hfdataset=Marqo/google-shopping-general-eval
|
155 |
python evals/eval_hf_datasets_v1.py \
|
156 |
--model_name $MODEL \
|
|
|
172 |
**3. AmazonProducts-Category2Image Retrieval.**
|
173 |
```
|
174 |
cd ./GCL
|
175 |
+
MODEL=hf-hub:Marqo/marqo-ecommerce-L
|
176 |
+
outdir=/MarqoModels/GE/marqo-ecommerce-L/ap-title2image
|
177 |
hfdataset=Marqo/amazon-products-eval
|
178 |
python evals/eval_hf_datasets_v1.py \
|
179 |
--model_name $MODEL \
|