File size: 279 Bytes
12776c3 |
1 2 3 4 5 6 7 8 9 |
#!/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 |