๐ก Looking for role as a Research Engineer, Software Engineer, or Research Scientist in Large Language Models. Available immediately.
๐ 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:
I aim to incorporate human behaviors into LLMs to improve their performance and efficiency.
(Adaptive Computation in Transformers; LLM Post-Training; LLM Decoding & Optimization)
๐๏ธ Previously at: Language and Data Intelligence Lab (ldi.snu.ac.kr) under Prof. Hwang (ํฉ ๊ต์๋).
๐ Based in France ๐ซ๐ท
from profiles import ResearchEngineer
class Romain(ResearchEngineer):
def __init__(self):
self.name = "Romain"
self.focus = ["Adaptive Computation", "LLM Inference"]
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 contact(self):
return "[email protected]"