Giter Club home page Giter Club logo

Hello, I am Romain 👋

🎓 Currently pursuing a M.S. in Computer Science and Engineering at Seoul National University (서울대학교)

🔬 Research Interests: My goal is to improve the efficiency and performance of language models without retraining or fine-tuning.

  • LLM Optimization
  • Information Retrieval

🏛️ Lab: Language and Data Intelligence Laboratory (ldi.snu.ac.kr)

website Linkedin: romain-storaï

class Romain extends Student {
    
    final String username;
    String location;
    String[] skills;
    
    Romain() {
        username = "Romain";
        //location = "France";
        location = "South Korea";
        skills = {"Large Language Models", "Machine/Deep Learning", "Software Engineering"};
    }
    
    Education[] getEducation() {
        Education[] myEducation = new Education[2];

        myEducation[0] = new EducationBuilder().degree(Degree.MASTER_OF_ENGINEERING)
                                                .university("IMT Mines Alès")
                                                .subjects("Computer Science", "AI", "General Engineering")
                                                .build();

        // Currently attending
        myEducation[1] = new EducationBuilder().degree(Degree.MASTER_OF_SCIENCE)
                                                .university("Seoul National University")
                                                .subjects("AI", "Deep Learning", "Natural Language Processing", "LLM")
                                                .build();

        return myEducation;
    }
    
    String[] getGoals() {
        return {"Feed my curiosity", "Contribute to humanity", "Accelerate & Improve LLMs"};
    }
    
    String getContact() {
        return "[email protected]";
    }
}

Romain's Projects

boomeuuuuh icon boomeuuuuh

School Project : Multiplayer bomberman (theme : farm and cows)

encryptme icon encryptme

Programme pour encoder et décoder rapidement des fichiers par mot de passe

holobroadcast icon holobroadcast

Minecraft Server Plugin : Display holograms in front of players.

inappropriate-language-classifier icon inappropriate-language-classifier

Online video games need a better system to detect inappropriate language in chat, and using machine learning models could help create a safer and more enjoyable environment for all players.

rushhour icon rushhour

Play the famous boardgame and Solve the puzzle automatically

speculative-decoding icon speculative-decoding

Implementation of the paper Fast Inference from Transformers via Speculative Decoding, Leviathan et al. 2023.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.