Skip to content
View matteo-stat's full-sized avatar
  • Italy

Block or report matteo-stat

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Popular repositories Loading

  1. transformers-llm-llama3.1-fine-tuning-qlora transformers-llm-llama3.1-fine-tuning-qlora Public

    This repo offers scripts for fine-tuning LLaMA 3.1 models with QLoRA, running inference, and export models. It’s based on my experience building a custom chatbot, and I’m sharing it to help others …

    Python 1

  2. multi-task-learning-object-detection-semantic-segmentation multi-task-learning-object-detection-semantic-segmentation Public

    A multi task neural network implemented from scratch, performing object detection with SSD and semantic segmentation with DeeplabV3+ simultaneosly!

    Jupyter Notebook

  3. convmixer-patches-are-all-you-need convmixer-patches-are-all-you-need Public

    A Keras implementation of the ConvMixer architecture from the paper "Patches are all you need?", built from scratch using TensorFlow and Python.

    Jupyter Notebook

  4. mobilevit-a-mobile-friendly-vision-transformer mobilevit-a-mobile-friendly-vision-transformer Public

    A Keras implementation of the MobileViT architectures, built from scratch using TensorFlow and Python.

    Jupyter Notebook

  5. transformers-nlp-multi-label-classification transformers-nlp-multi-label-classification Public

    This repo provides scripts for fine-tuning HuggingFace Transformers, setting up pipelines and optimizing multi-label classification models for inference. They are based on my experience developing …

    Python

  6. transformers-nlp-ner-token-classification transformers-nlp-ner-token-classification Public

    This repo provides scripts for fine-tuning HuggingFace Transformers, setting up pipelines and optimizing token classification models for inference. They are based on my experience developing a cust…

    Python