Santtu Keskinen

Results 5 issues of Santtu Keskinen

If anyone cares about this package and wants to take Hackage ownership I'll transfer it.

Firstly, thank you for the awesome project. I'm new to LLMs so I hope this suggestion makes sense. LoRA is a technique used to reduce the number of parameters during...

enhancement
🦙.
model

I have a code where using jax.jit like this works: `@partial(jax.jit, static_argnums=1)` But `@eqx.filter_jit` in the same place causes jax.clear_caches to crash with either Segmentation fault or sometimes with `double...

Code that checks if user is admin `IsUserExistInGroup` (link below) assumes that `loginName` you get from Sharepoint looks like email, but I'm seeing something like: `i:0#.f|membership|[email protected]` https://github.com/OfficeDev/Virtual-Health-Templates/blob/master/HealthCare.Core/Data/SharepointRepository.cs#L189 I fixed my...

As of yet I haven't tried what happens with Chinese/Japanese characters in tokenization. Some special handling is required since these languages don't have spaces between words. It should be relatively...

good first issue