Skip to content
View pie33000's full-sized avatar

Block or report pie33000

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
pie33000/README.md

Hello there πŸ‘‹

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class MachineLearningEngineer:

    def __init__(self):
        self.name = "Pierrick Rugery"
        self.role = "Lead Machine Learning Engineer"
        self.language_spoken = ["πŸ‡«πŸ‡·", "πŸ‡ΊπŸ‡Έ"]
        self.passion = "Exploring French cuisine, especially a Boeuf Bourguignon πŸ·πŸ–"
        self.center_of_interest = [
            "Artificial Intelligence πŸ€–",
            "Generative AI 🌌",
            "Robotics 🦾"
        ]
        self.current_project = "Developing Robotics solutions for the future πŸš€"
        self.location = "New York, NY πŸ—½"

    def say_hi(self):
        print("Welcome to my GitHub! Grab a coffee β˜• and explore my world of tech and innovation.")


me = MachineLearningEngineer()
me.say_hi()

πŸ“ Blogs

πŸ“” Latest Blog posts

πŸ”§ Technologies & Tools

Programming Languages:

Python C Java

Pinned Loading

  1. mamba-distributed mamba-distributed Public

    Train mamba on multiple GPUs

    Jupyter Notebook 1

  2. sft-trainer sft-trainer Public

    Implement distributed Supervised Fine Tuning process with PyTorch

    Python

  3. llm-serving llm-serving Public

    Serve LLM with modal

    Python

  4. lora lora Public

    Simple implementation of LoRa with examples

    Jupyter Notebook

  5. Mixture-of-Experts Mixture-of-Experts Public

    Implement different kind of decoder only architecture

    Python

  6. stock-prediction stock-prediction Public

    Stock prediction from news with deep learning

    Python 8 2