scms-demo / run_demo_example.sh
softdev629's picture
Upload folder using huggingface_hub
12776c3 verified
#!/bin/bash
# This example shows how to run the flask demo of SimCSE
python flaskdemo.py \
--model_name_or_path princeton-nlp/sup-simcse-bert-base-uncased \
--sentences_dir ./static/ \
--example_query example_query.txt \
--example_sentences example_sentence.txt