Skip to content
View romsto's full-sized avatar

Organizations

@ldilab

Block or report romsto

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
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