Birger Moëll

Results 8 issues of Birger Moëll

Added flag to force style literal when calling yaml.safeDump. Invoke code with forceStyleLiteral: true to force style literal to be kept. yaml.safeDump(res,{lorceStyleLiteral: true}); Referenced in issiue #464. This pull request...

I'm thinking about if it would be possible for users to use a constitution to get the rewards for training. https://www.anthropic.com/constitutional.pdf Right now I'm experimenting with either using a zero-shot...

I'm getting an issue when trying to merge two models. It fails during the merging using the LazyMerge notebook. https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing Here is my config file. ```yaml MODEL_NAME = "rapid-cycling" yaml_config...

### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) *...

include in changelog

### What * Replaces #5502 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif...

📖 documentation
include in changelog

I followed the tutorial and installed kenlm inside the subfolder kenlm and created the polish.arpa file and updated it. I get the following error when running ./eval.py --language polish --path_to_ngram...

Here is a first attempt of adding data augmentations to the whisper training script. Some nice improvements would be using a flag instead of running it for all data. There...