tinyurl.com/litelines-hf
And here is the documentation of litelines:
tinyurl.com/litelines
#PyDataParis
tinyurl.com/litelines-hf
And here is the documentation of litelines:
tinyurl.com/litelines
#PyDataParis
marimo.io/blog/newslet...
marimo.io/blog/newslet...
alonsosilvaallende.github.io/litelines/ge...
Feeback?
alonsosilvaallende.github.io/litelines/ge...
Feeback?
Then you might be interested in my new project `litelines`.
Litelines lets you visualize the selected path by the LLM.
It supports a Pydantic schema as a response format, as well as regular expressions.
Then you might be interested in my new project `litelines`.
Litelines lets you visualize the selected path by the LLM.
It supports a Pydantic schema as a response format, as well as regular expressions.
www.youtube.com/watch?v=8a44...
www.youtube.com/watch?v=8a44...
alonsosilvaallende.github.io/blog/posts/2...
In this post, I constrain a small language model (0.6B parameters) with a logits processor to accomplish something GPT-4o fails to do (see chatgpt.com/share/687908...).
alonsosilvaallende.github.io/blog/posts/2...
In this post, I constrain a small language model (0.6B parameters) with a logits processor to accomplish something GPT-4o fails to do (see chatgpt.com/share/687908...).
alonsosilvaallende.github.io/til/posts/20...
It's very easy to change the Pyodide version if needed. Thanks @coatless.bsky.social for this great Quarto extension
alonsosilvaallende.github.io/til/posts/20...
It's very easy to change the Pyodide version if needed. Thanks @coatless.bsky.social for this great Quarto extension
alonsosilvaallende.github.io/blog/posts/2...
I start with a basic min length example, then force the model to check its answer, followed by making reasoning models stop thinking once they reach a thinking budget & finally force the model to think longer
alonsosilvaallende.github.io/blog/posts/2...
I start with a basic min length example, then force the model to check its answer, followed by making reasoning models stop thinking once they reach a thinking budget & finally force the model to think longer
alonsosilvaallende.github.io/blog/posts/2...
This is the power behind structured ouputs libraries such as Instructor and Marvin.
I provide a basic example of extraction, a slightly more complex one, then classification, and finally SO in WebAssembly.
alonsosilvaallende.github.io/blog/posts/2...
This is the power behind structured ouputs libraries such as Instructor and Marvin.
I provide a basic example of extraction, a slightly more complex one, then classification, and finally SO in WebAssembly.
I provide a basic example of FC, then a slightly more complex example by allowing an LM to use Python. I explain the conversational response as a tool trick. Finally, FC in the browser by using WebAssembly
alonsosilvaallende.github.io/blog/posts/2...
I provide a basic example of FC, then a slightly more complex example by allowing an LM to use Python. I explain the conversational response as a tool trick. Finally, FC in the browser by using WebAssembly
alonsosilvaallende.github.io/blog/posts/2...
www.youtube.com/watch?v=Fu_I...
www.youtube.com/watch?v=Fu_I...
alonsosilvaallende.github.io/blog/posts/2...
Using the Marimo extension for Quarto.
alonsosilvaallende.github.io/blog/posts/2...
Using the Marimo extension for Quarto.
alonsosilvaallende.github.io/blog/posts/2...
alonsosilvaallende.github.io/blog/posts/2...
alonsosilvaallende.github.io/til/posts/20...
I like this simple way to provide feedback to students. I’m using these quizzes to motivate my kid to learn new things.
alonsosilvaallende.github.io/til/posts/20...
I like this simple way to provide feedback to students. I’m using these quizzes to motivate my kid to learn new things.
alonsosilvaallende.github.io/til/posts/20...
I think this is a great tool for writing tutorials and blog posts.
alonsosilvaallende.github.io/til/posts/20...
I think this is a great tool for writing tutorials and blog posts.
www.youtube.com/watch?v=94yu...
#PyData #PyDataGlobal @dottxtai.bsky.social @pydata.bsky.social
`pip install logits-processor-zoo`
Here is the repo: github.com/NVIDIA/logit...
Here is the commit 😊: github.com/NVIDIA/logit...
`pip install logits-processor-zoo`
Here is the repo: github.com/NVIDIA/logit...
Here is the commit 😊: github.com/NVIDIA/logit...
www.youtube.com/watch?v=94yu...
#PyData #PyDataGlobal @dottxtai.bsky.social @pydata.bsky.social
www.youtube.com/watch?v=94yu...
#PyData #PyDataGlobal @dottxtai.bsky.social @pydata.bsky.social
Chat is an abstraction. LLMs know nothing about system messages, user messages, etc. The translation between messages and the received string representation is handled by the chat template.
Code: github.com/alonsosilvaa...
To try it:
uv run raw.githubusercontent.com/alonsosilvaa...
Chat is an abstraction. LLMs know nothing about system messages, user messages, etc. The translation between messages and the received string representation is handled by the chat template.
Code: github.com/alonsosilvaa...
To try it:
uv run raw.githubusercontent.com/alonsosilvaa...
The code can be found here: github.com/alonsosilvaa...
If you have uv installed, you can try it with this command:
uv run raw.githubusercontent.com/alonsosilvaa...
The code can be found here: github.com/alonsosilvaa...
If you have uv installed, you can try it with this command:
uv run raw.githubusercontent.com/alonsosilvaa...