Ahsan Aftab
Ahsan Aftab
**Question** I am unable to run this command "gunicorn rest_api.application:app -b 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker -t 300" beacuse it's Gunicorn is not available in windows. **Additional context** I have seen some...
I want to get "category numbers" for the Main Categories Like Home&Kitchen etc (Categories with most sales) but I don't know how to use this function as it takes "search...
usage: covidask.py [-h] [--metadata_dir METADATA_DIR] [--vocab_name VOCAB_NAME] [--bert_config_name BERT_CONFIG_NAME] [--bert_model_option BERT_MODEL_OPTION] [--do_case] [--use_biobert] [--query_encoder_path QUERY_ENCODER_PATH] [--query_port QUERY_PORT] [--doc_ranker_name DOC_RANKER_NAME] [--doc_port DOC_PORT] [--dump_dir DUMP_DIR] [--phrase_dir PHRASE_DIR] [--tfidf_dir TFIDF_DIR] [--index_dir INDEX_DIR] [--index_name...
Scenario: I have used to fine-tune the LLM and save it using model.save(model_path). When I load the model using ludwig.load(model_path), it loads perfectly and I am able to predict test...