ask2democracycol / config.py
Jorge Henao
hello fukcing world
ec4ff69
raw
history blame
373 Bytes
class Config():
es_host = "ask2democracy-5d808e.es.us-central1.gcp.cloud.es.io"
es_user = "elastic"
es_password = "Xmir2X1f5twb8OJbpjbiIgXt"
proposals_index = "petrolfo"
#reader_model_name_or_path = "mrm8488/distill-bert-base-spanish-wwm-cased-finetuned-spa-squad2-es"
reader_model_name_or_path = "deepset/xlm-roberta-base-squad2"
use_gpu = True