Avanika Narayan

Results 3 comments of Avanika Narayan

Here is a minimized test case for reproducing the error: ``` import ludwig import yaml from ludwig.hyperopt.run import hyperopt filename="config_docker.yaml" file_path="goemotions.csv" with open(filename) as f: file_contents = yaml.load(f, Loader=yaml.SafeLoader) model_config...

@jeffkinnison can we pass the tokenizer in to the embedding protocols?