Computer Science Notes

Computer Science Notes

CS Notes is a simple blog to keep track about CS-related stuff I consider useful.

29 Mar 2025

Maybe it is time to focus on open LLMs for doing research?

The growing dependence on closed, inaccessible systems in academic publishing undermine the core principles of transparency, reproducibility, and openness. It is time to open models and community-driven innovation as the path forward for meaningful, equitable research. [3 min read]
01 Apr 2024

Converting your own finetuned language model to GGUF

Sometimes your finetuned language Model work as expected but you need a faster inference time. Some other times you need to reduce memory footprint. By transformring your models to the GGUF format you can store quantized models and using them on top of the fast llama.cpp inference engine. [5 min read]
30 Jul 2023

Sharing your own dataset on Hugging Face

What are the benefits of using Hugging Face for sharing your datasets? Not sure really, but let's try it to see what all this hype is all about [5 min read]
08 Apr 2023

Publishing your model on Hugging Face.

Share your model, your dataset, provide a simple mechanisms for using them. That is what research is all about. Hugging Face provides you with a great infrasctruture for doing that an a little more. [5 min read]
19 Mar 2023

Using CNN for a Domain name Generation Algorithm (2)

DGA is a mechanism used by malware for establishing contact with the C2 channel. This is the second post of the series for creating a simple DGA using techniques for text generation. In particular, CNN uses Keras and Tensorflow for R. [6 min read]