Stephen Bach
Stephen Bach
Continuing the discussion from PR #788 to double check some stuff. The contributing guide says ``` Filtering prompts. If a prompt is applied to an example and produces an empty...
@KhalidAlt made a great suggestion to change ```py yaml.dump(self.format_for_dump(), open(self.yaml_path, "w")) ``` to ```py yaml.dump(self.format_for_dump(), open(self.yaml_path, "w"), allow_unicode=True) ``` in `templates.py` so that the yaml files display as unicode (rather...
For Snorkel, we need to specify the number of samples drawn to estimate the gradient during parameter learning. It'd also be useful to have a clean way when learning with...