Pinned Repositories
colpali
The code used to train and run inference with the ColPali architecture.
AlphaConnect4
Connect-4 AI inspired by the AlphaZero paper that uses Monte-Carlo Tree Search, and a neural policy and value estimator neural network trained with samples generated from self play between previous iterations of the model.
AlphaTemplate
ColBERT
ColBERT: state-of-the-art neural search (SIGIR'20, TACL'21, NeurIPS'21, NAACL'22, CIKM'22, ACL'23, EMNLP'23)
geoguessr-bot
A Geoguessr bot using Machine Learning
IFTEval
This repository contains the code for the EMNLP 2023 paper "Revisiting Instruction Fine-tuned Model Evaluation to Guide Industrial Applications".
ImageSearcher
This repository aims to implement an Image Search engine powered by the CLIP model.
llm-data-hub
Repository with data collection efforts for CroissantLLM project.
NumpyDeepLearning
Deep Learning Framework built entirely using numpy
ocr_correction
ManuelFay's Repositories
ManuelFay/ImageSearcher
This repository aims to implement an Image Search engine powered by the CLIP model.
ManuelFay/AlphaConnect4
Connect-4 AI inspired by the AlphaZero paper that uses Monte-Carlo Tree Search, and a neural policy and value estimator neural network trained with samples generated from self play between previous iterations of the model.
ManuelFay/IFTEval
This repository contains the code for the EMNLP 2023 paper "Revisiting Instruction Fine-tuned Model Evaluation to Guide Industrial Applications".
ManuelFay/llm-data-hub
Repository with data collection efforts for CroissantLLM project.
ManuelFay/ocr_correction
ManuelFay/geoguessr-bot
A Geoguessr bot using Machine Learning
ManuelFay/AlphaTemplate
ManuelFay/ColBERT
ColBERT: state-of-the-art neural search (SIGIR'20, TACL'21, NeurIPS'21, NAACL'22, CIKM'22, ACL'23, EMNLP'23)
ManuelFay/datasets
🤗 Fast, efficient, open-access datasets and evaluation metrics in PyTorch, TensorFlow, NumPy and Pandas
ManuelFay/lm-evaluation-harness
A framework for few-shot evaluation of language models.
ManuelFay/ManuelFay.github.io
Home Page
ManuelFay/Model-Hub
Utilitary repo intended for personal use. Designed to facilitate model download and caching.
ManuelFay/NumpyDeepLearning
Deep Learning Framework built entirely using numpy
ManuelFay/Online-Recipe-Scraping
ManuelFay/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
ManuelFay/tvgcnn-semester
Semester Project - TV-GCNN
ManuelFay/lm-evaluation-harness-deprecated
Deprecated version of the harness for reproducibility of the old versions of the CroissantLLM paper
ManuelFay/mteb
MTEB: Massive Text Embedding Benchmark
ManuelFay/RAGatouille
Easily use and train state of the art late-interaction retrieval methods (ColBERT) in any RAG pipeline. Designed for modularity and ease-of-use, backed by research.