ask2democracycol / config.py
Jorge Henao
hello fukcing world
7d54e39
raw
history blame
No virus
379 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/roberta-base-squad2-distilled"
use_gpu = True