Skip to content
View ferreirafabio's full-sized avatar

Block or report ferreirafabio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ferreirafabio/README.md

I am an ML Research Engineer at the ELLIS Institute Tübingen and I work on post-training of multilingual LLMs. Previously, I was a PhD student at Frank Hutter's Machine Learning Group in Freiburg.

   Past projects:

My PhD thesis: Meta-Learning and Synthetic Data for Automated Pretraining and Finetuning (supervised by Prof. Frank Hutter)

Scholar Badge

🧩 Selected Projects

🧠 Conditional Density Estimation (CDE) – Benchmarks and baseline implementations for cond. density estimation.

🎯 Zero-Shot AutoML with Pretrained Models – Zero-shot selection of strong pretrained models without training.

🎥 video2tfrecord – Convert raw video datasets into scalable TFRecord pipelines.

🤖 mppi_pendulum – Minimal MPPI control implementation for the classic pendulum task.

🧮 Generative Symbolic Regression – Neural translation from tabular data to concise LaTeX equations.

📊 tailgrid – Terminal-based monitoring and visualization of long-running logs.

🧩 slurmfrag – Fine-grained experiment fragmentation and management for SLURM clusters.

🧴 perfume-compare (private) – Browser extension ranking fragrances by price per milliliter.

🌸 perfumefinder.ai (private) – AI-powered personal perfume recommendation assistant.

Pinned Loading

  1. freelunchtheorem/Conditional_Density_Estimation freelunchtheorem/Conditional_Density_Estimation Public

    Python and torch-based package implementing various parametric and nonparametric methods for conditional density estimation

    Python 197 25

  2. mppi_pendulum mppi_pendulum Public

    The reimplementation of Model Predictive Path Integral (MPPI) from the paper "Information Theoretic MPC for Model-Based Reinforcement Learning" (Williams et al., 2017) for the pendulum OpenAI Gym e…

    Python 104 14

  3. tailgrid tailgrid Public

    A minimal Python tool to monitor multiple log files simultaneously in a single terminal window via tail. With Claude Code integration to automatically discover relevant log files from your recent e…

    Python 4

  4. video2tfrecord video2tfrecord Public

    Easily convert RGB video data (e.g. .avi) to the TensorFlow tfrecords file format for training e.g. a NN in TensorFlow. This implementation allows to limit the number of frames per video to be stor…

    Python 154 37

  5. automl/zero-shot-automl-with-pretrained-models automl/zero-shot-automl-with-pretrained-models Public

    Official repository for the paper "Zero-Shot AutoML with Pretrained Models"

    Python 48 4

  6. slurmfrag slurmfrag Public

    Visualize SLURM cluster fragmentation in CLI. See GPU, CPU, and memory usage per node, plus queue depth and pending requests.

    Python 3