ludwig icon indicating copy to clipboard operation
ludwig copied to clipboard

Low-code framework for building custom LLMs, neural networks, and other AI models

Results 313 ludwig issues
Sort by recently updated
recently updated
newest added

We can enable auto-complete for Ludwig configs by uploading the definition to a common repo like https://www.schemastore.org/json/, which will make it available for folks using IntelliJ, VSCode, etc. This should...

feature
help wanted
nice to have

This replaces https://huggingface.co/sileod/deberta-v3-base-tasksource-nli with https://huggingface.co/tasksource/deberta-base-long-nli The previous model is deprecated, and the newer one has doubled context window and more training data.

# Code Pull Requests Please provide the following: - a clear explanation of what your code does - if applicable, a reference to an issue - a reproducible test for...

Default is trained on alpaca-7b. Blocked by #3290.

TODO: Condition to only run on merge to master, otherwise it'll get too noisy.

eval stats can be invalid json for np.nan and np.inf, so `test_statistics.json` is invalid

# Code Pull Requests Add unit test for TorchVision pretrained models that have a large memory footprint. These large memory models are excluded from the existing unit tests. This new...