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"