akanyaani's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
pi-hole/pi-hole
A black hole for Internet advertisements
huggingface/datasets
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
onnx/onnx
Open standard for machine learning interoperability
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
spotify/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
jina-ai/clip-as-service
🏄 Scalable embedding, reasoning, ranking for images and sentences with CLIP
google/sentencepiece
Unsupervised text tokenizer for Neural Network-based text generation.
huggingface/tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
curlconverter/curlconverter
Transpile curl commands into Python, JavaScript and 27 other languages
navdeep-G/setup.py
📦 A Human's Ultimate Guide to setup.py.
navdeep-G/samplemod
chiphuyen/python-is-cool
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.
google-research/albert
ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
huggingface/knockknock
🚪✊Knock Knock: Get notified when your training ends with only two additional lines of code
facebookresearch/hiplot
HiPlot makes understanding high dimensional data easy
HobbitLong/RepDistiller
[ICLR 2020] Contrastive Representation Distillation (CRD), and benchmark of recent knowledge distillation methods
huggingface/awesome-papers
Papers & presentation materials from Hugging Face's internal science day
kamalkraj/BERT-NER
Pytorch-Named-Entity-Recognition-with-BERT
karpathy/randomfun
Notebooks and various random fun
shiba24/learning2rank
Learning to rank with neuralnet - RankNet and ListNet
yet-another-account/openwebtext
An open clone of the GPT-2 WebText dataset by OpenAI. Still WIP.
benedekrozemberczki/AttentionWalk
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
airalcorn2/RankNet
My (slightly modified) Keras implementation of RankNet and PyTorch implementation of LambdaRank.
ChenglongChen/tensorflow-LTR
Tensorflow implementations of various Learning to Rank (LTR) algorithms.
AdeDZY/K-NRM
K-NRM: End-to-End Neural Ad-hoc Ranking with Kernel Pooling
haowei01/pytorch-examples
train models in pytorch, Learn to Rank, Collaborative Filter, Heterogeneous Treatment Effect, Uplift Modeling, etc
lucasmaystre/choix
Inference algorithms for models based on Luce's choice axiom
hendrycks/GELUs
A smoother activation function (undergrad code)
akanyaani/universal-transformer-tf2.0