Jesse-marqo commited on
Commit
6854090
1 Parent(s): 15a203d

Update README.md

Browse files

update output path and create the dir for eval

Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -127,7 +127,8 @@ git clone https://github.com/marqo-ai/GCL
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 \
@@ -150,7 +151,8 @@ python evals/eval_hf_datasets_v1.py \
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 \
@@ -173,7 +175,8 @@ python evals/eval_hf_datasets_v1.py \
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 \
 
127
  ```
128
  cd ./GCL
129
  MODEL=hf-hub:Marqo/marqo-ecommerce-B
130
+ outdir=MarqoModels/GE/marqo-ecommerce-B/gs-title2image
131
+ mkdir -p $outdir
132
  hfdataset=Marqo/google-shopping-general-eval
133
  python evals/eval_hf_datasets_v1.py \
134
  --model_name $MODEL \
 
151
  ```
152
  cd ./GCL
153
  MODEL=hf-hub:Marqo/marqo-ecommerce-B
154
+ outdir=MarqoModels/GE/marqo-ecommerce-B/gs-cat2image
155
+ mkdir -p $outdir
156
  hfdataset=Marqo/google-shopping-general-eval
157
  python evals/eval_hf_datasets_v1.py \
158
  --model_name $MODEL \
 
175
  ```
176
  cd ./GCL
177
  MODEL=hf-hub:Marqo/marqo-ecommerce-B
178
+ outdir=MarqoModels/GE/marqo-ecommerce-B/ap-title2image
179
+ mkdir -p $outdir
180
  hfdataset=Marqo/amazon-products-eval
181
  python evals/eval_hf_datasets_v1.py \
182
  --model_name $MODEL \