I am currently an MSc. student at EPFL in Data Science and a Research Student Assistant at NLP lab supervised by prof. Antoine Bosselut.
Previously, I have been working in the DHLAB as a Research Student Assistant supervised by Frédéric Kaplan. In the past, I completed my BSc. in Computer Engineering at Politecnico di Torino and have done a 6 month internship as a Data Analyst at Fater supervised by Salvatore Croce.
LLM Training with SFT, DPO, and RAG. Instruction-Tuned Galactica-1.3B model on Scientific MCQA task using SFT and DPO, and further tuned in the RAG settings. [report] #DeepLearning#MachineLearning#LLM#FineTuning#RAG#NLP
Coin Detection and Classification. A computer vision project where we implemented the segmentation and classification of the coins in the given images. [code, slides] #ComputerVision#DeepLearning#MachineLearning#CNN
Reinforcement Learning on Mountain Car Environment. For the Mountain Car environment, we implemented Dyna, DQN algorithms, and the extensions of DQN with heuristic rewards. [code, report] #ReinforcementLearning#DeepLearning#MachineLearning
YouTube Analysis. Causal Analysis of Tech channels’ progress on YouTube using the videos published between May 2005 and October 2019. [code, datastory, blog] #DataAnalysis#CausalAnalysis#MachineLearning#DataVisualization
LLM Fine-Tuning. Fine-tuned 3 LLMs (Mistral-7B, Llama-2-7B, Phi-1.5) on a dataset from X for the stance detection task. [report, blog] #DeepLearning#MachineLearning#LLM#FineTuning#NLP
Cardiovascular Diseases Prediction. Implemented standard ML algorithms using native python libraries and numpy for Classification taks. [code, report] #MachineLearning#Classification