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 ๐ซ๐ท
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"