Siddhant Chaudhary

Results 5 issues of Siddhant Chaudhary

This PR fixes the `show` function by correctly counting non-trainable parameters. The earlier counting code duplicated shared parameters in it's count (https://github.com/FluxML/Flux.jl/blob/ebcbbe495e45c68c84382b5ee0282fe9edf441b8/src/layers/show.jl#L96), and hence some shared trainable parameters were being...

Still a draft PR. This PR adds implementations of the `first`, `last` and `describe` convenience functions. ## Examples Here is how `first` works: ```julia julia> using DTables; julia> table =...

The `ReplicateDesign` constructor supports specifying the columns in the input `DataFrame` which are to be used as the replicate weights. In such situations, the current `variance` implementation won't work (because...

enhancement
good first issue

This PR adds a Groq Cloud API provider to the defaults. Groq's API is already blazingly fast, so we probably don't need streaming (atleast for text modalities). The chat example...

Apologies in advanced if I'm wrong, but I don't think there's any support for prompt templates (I didn't find anything in the README, atleast)? If not, it'll be really nice...