Jesse-marqo commited on
Commit
5e67b80
·
verified ·
1 Parent(s): c4d0ebe

Update README.md

Browse files

update eval model id to be L instead of B

Files changed (1) hide show
  1. README.md +6 -6
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-B
130
- outdir=/MarqoModels/GE/marqo-ecommerce-B/gs-title2image
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-B
153
- outdir=/MarqoModels/GE/marqo-ecommerce-B/gs-cat2image
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-B
176
- outdir=/MarqoModels/GE/marqo-ecommerce-B/ap-title2image
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 \