Skip to content
View romsto's full-sized avatar

Organizations

@ldilab

Block or report romsto

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
romsto/README.md

Hello, I am Romain ๐Ÿ‘‹

Research Engineer @ Adaptive ML.

๐ŸŽ“ Graduated with a dual degree:
M.S. in Computer Science and Engineering @ Seoul National University (์„œ์šธ๋Œ€ํ•™๊ต).
M.Eng. in Engineering and AI @ IMT Mines Alรจs.

๐Ÿ”ฌ Research Interests:
LLMs, generally.

๐Ÿ›๏ธ Previously at: Language and Data Intelligence Lab (ldi.snu.ac.kr) under Prof. Hwang (ํ™ฉ ๊ต์ˆ˜๋‹˜).

๐ŸŒ Based in France ๐Ÿ‡ซ๐Ÿ‡ท

Website Linkedin: romain-storaรฏ Stars

$ cat romain.py

from earth import Human


class Romain(Human):
    def __init__(self):
        super().__init__(name="Romain")
        self.role = "Research Engineer"
        self.education = [
            "M.S. @ Seoul National University ๐Ÿ‡ฐ๐Ÿ‡ท",
            "M.Eng. @ IMT Mines Alรจs ๐Ÿ‡ซ๐Ÿ‡ท"
        ]
        self.attribute = Curious(level=math.inf)
        self.location = "France"  # South Korea
 
    def mode(self):
        return "๐Ÿ”ฌ Research | ๐Ÿ› ๏ธ Engineering"  # Swiss Army knife mode activated

    def get_contact(self):
        return "romain.storai62+github@gmail.com"

Pinned Loading

  1. Speculative-Decoding Speculative-Decoding Public

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

    Python 105 25

  2. Inappropriate-Language-Classifier Inappropriate-Language-Classifier Public

    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.

    Jupyter Notebook 4

  3. RushHour RushHour Public

    Play the famous boardgame and Solve the puzzle automatically

    Java 1