Umar Butler
Umar Butler
### Question I like to use `msgspec` to parse YAML configs for training models. I find that when I define a struct to have a parameter that is a `float`...
Hey @P403n1x87, When using `austin-dist` version 4.0.0 with the Austin Vscode extension, the flame graph is not appearing and is stuck on "Crunching the numbers...". Downgrading to the version right...
### Description Lets say I have the below custom exception: ``` class ChunkingTimeoutError(HTTPException): status_code = 504 detail = "Chunking timed out. Did you try to chunk a very large text...
Is it possible to train `setfit` models with the Hugging Face Trainer so that we can have control over hyperparameters such as, for example, b16, optimiser (eg, I prefer to...