Caffeine

Caffeine Caffeine

Caffeinelink image 4

Caffeine is a software to prevent our linux from blocking the screen and then fall asleep, for this we will give caffeine to it

This notebook has been automatically translated to make it accessible to more people, please let me know if you see any typos.

Installationlink image 5

The installation is very simple, we only have to make

sudo apt update
      sudo apt install caffeine
      

Infinite caffeinelink image 6

If we press the windows button on the keyboard, and type caffeine-indicator, we will get the option to start the software indicator.

caffeine-indicator-executable

If we run it, a software indicator will appear in the top toolbar of ubuntu

caffeine-indicator

If we click on the indicator, a menu will appear.

caffeine-indicator-menu

Now we can hit Activate so that our Ubuntu will have infinite caffeine and will never fall asleep.

caffeine-indicator-on

Caffeine for a commandlink image 7

One thing that happens to me is that when I train a neural network, I like to leave the evaluation of the model in view, even if it is not even on the computer. But if that training lasts for hours, at some point the screen saver is activated and you can no longer see the evolution of the training, so to fix that we have caffeinate for what we are doing.

caffeinate COMMAND
      

We will make our computer caffeinated and not fall asleep while executing the COMMAND command.

Continue reading

DoLa – Decoding by Contrasting Layers Improves Factuality in Large Language Models

DoLa – Decoding by Contrasting Layers Improves Factuality in Large Language Models

Have you ever talked to an LLM and they answered you something that sounds like they've been drinking machine coffee all night long 😂 That's what we call a hallucination in the LLM world! But don't worry, because it's not that your language model is crazy (although it can sometimes seem that way 🤪). The truth is that LLMs can be a bit... creative when it comes to generating text. But thanks to DoLa, a method that uses contrast layers to improve the feasibility of LLMs, we can keep our language models from turning into science fiction writers 😂. In this post, I'll explain how DoLa works and show you a code example so you can better understand how to make your LLMs more reliable and less prone to making up stories. Let's save our LLMs from insanity and make them more useful! 🚀

Last posts -->

Have you seen these projects?

Subtify

Subtify Subtify

Subtitle generator for videos in the language you want. Also, it puts a different color subtitle to each person

View all projects -->

Do you want to apply AI in your project? Contact me!

Do you want to improve with these tips?

Last tips -->

Use this locally

Hugging Face spaces allow us to run models with very simple demos, but what if the demo breaks? Or if the user deletes it? That's why I've created docker containers with some interesting spaces, to be able to use them locally, whatever happens. In fact, if you click on any project view button, it may take you to a space that doesn't work.

View all containers -->

Do you want to apply AI in your project? Contact me!

Do you want to train your model with these datasets?

short-jokes-dataset

Dataset with jokes in English

opus100

Dataset with translations from English to Spanish

netflix_titles

Dataset with Netflix movies and series

View more datasets -->