Philip May

Results 128 issues of Philip May

https://github.com/PhilipMay/mltb/blob/7588a3ca2d2d39597e1c580c199c189bc0159ec9/setup.py#L31

In the [Docker section of the README](https://github.com/prometheus/node_exporter#docker) it sais: > Be aware that any non-root mount points you want to monitor will need to be bind-mounted into the container. Now...

I guess it is seconds.... but should be added to the docstring.

### Motivation Additionaly to those DB options that come with SQLAlchemy I would like to use ArangoDB as an option. This is because ArangoDB is accessable via HTTP and easy...

feature

same as here: #28 But with: `"[Konfiguration](https://a-link.com)\\"`

Links in this format: `"*[Neubau](https://www.some-link.com)*"` have an issue. Code: ```python text = "*[Neubau](https://www.some-link.com)*" sentences = somajo.tokenize_text([text]) for sentence in sentences: for token in sentence: print(f"{token.text}\t{token.token_class}\t{token.extra_info}") ``` Returns: ``` * symbol...

### What piece of documentation is affected? README.md ### What part(s) of the article would you like to see updated? The detailed parameter description in README.md ### Additional Information Description...

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior The data set caching does...

bug

If you want to do DPO with a locale file at the moment it is only possible with jsonl files. This enables it for more file formats like parquet. fixes...

### Please check that this issue hasn't been reported before. - [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports. ### Expected Behavior When I do sft and...

bug