Simon Bauer

Results 35 issues of Simon Bauer

The Hue App (and API) support enabling a "color loop" effect when fading to a new scene. This "will cycle through all hues using the current brightness and saturation settings"....

The Hue Dev API supports setting a transition time when fading to a new scene. Would be nice to have a slider / value field in the property inspector for...

Would be great to have an (optiona) [progress bar](https://github.com/tqdm/tqdm) during augmentation. Currently augmenting ~200k text samples with `ContextualWordEmbsAug` and have no clue how long it's gonna take. I know that...

The evaluation card for [MSE](https://huggingface.co/spaces/evaluate-metric/mse) states: --- Mandatory inputs: - `predictions`: numeric array-like of shape (n_samples,) or (n_samples, n_outputs), representing the estimated target values. - `references`: numeric array-like of shape...

While working with WAL I implemented a recursive function (in functional programming manner) that handles a long list (i.e. indices returned by WAL's `find` operation). I quickly reached a `maximum...

We are locking for a model or a functionality of Ollama that allows us to mock requests and responses without changing the Ollama binary. Basically we want to define a...

feature request

Thanks for the windows build! I see that the initialization is trying to figure out my home directory on windows using `HOME` but that variable does not exist on windows....

### Tasks - [x] Introduce 2 assessment keys: - AssessmentKeyResponseCharacterCount - AssessmentKeyGenerateTestsForFileCharacterCount - [x] LLM model - File: `model/llm/llm.go` - Function: `GenerateTestsForFile` - [x] When parsing the model response, count...

enhancement

Merge #27 first so we can test this and refactor.

enhancement