Clément
Results
3
repositories owned by
Clément
pytorch-scarf
63
Stars
13
Forks
Watchers
Implementation of SCARF: Self-Supervised Contrastive Learning using Random Feature Corruption in Pytorch, a model learning a representation of tabular data using contrastive learning. It is inspired f...
wukong-recommendation
35
Stars
4
Forks
Watchers
Implements the paper "Wukong: Towards a Scaling Law for Large-Scale Recommendation" from Meta.
scratch-llm
20
Stars
5
Forks
Watchers
Implements a LLM similar to Meta's Llama 2 from the ground up in PyTorch, for educational purposes.