curtainwang's Stars
datawhalechina/competition-baseline
数据挖掘、计算机视觉、自然语言处理、推荐系统竞赛知识、代码、思路
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
yangjianxin1/SimCSE
SimCSE有监督与无监督实验复现
liangyuxin42/SimCSE-reproduce
reproduce SimCSE in jupyter-notebook
facebookresearch/FiD
Fusion-in-Decoder
baidu/Familia
A Toolkit for Industrial Topic Modeling
aflah02/Transformer-Implementation-from-Scratch-PyTorch
Custom Implementation of the famous Transformer Architecture from scratch based on the Seminal Paper Attention is All You Need by Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser and Illia Polosukhin
amix/vimrc
The ultimate Vim configuration (vimrc)
jadore801120/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
hyunwoongko/transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
NiuTrans/Classical-Modern
非常全的文言文(古文)-现代文平行语料
karpathy/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
clip-italian/clip-italian
CLIP (Contrastive Language–Image Pre-training) for Italian
jina-ai/executor-text-clip-encoder
Encode text into embeddings using the CLIP model.
open-mmlab/mmdeploy
OpenMMLab Model Deployment Framework
Mick235711/MList
A C++17 algorithm-based type list design
shibing624/pke_zh
pke_zh, python keyphrase extraction for chinese(zh). 中文关键词或关键句提取工具,实现了KeyBert、PositionRank、TopicRank、TextRank等算法,开箱即用。
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
baoguangsheng/bart-rewriters
Code base for "A General Contextualized Rewriting Framework for Text Summarization"
KinglittleQ/torch-batch-svd
A 100x faster SVD for PyTorch⚡️
Freemanzxp/GBDT_Simple_Tutorial
python实现GBDT的回归、二分类以及多分类,将算法流程详情进行展示解读并可视化,庖丁解牛地理解GBDT。Gradient Boosting Decision Trees regression, dichotomy and multi-classification are realized based on python, and the details of algorithm flow are displayed, interpreted and visualized to help readers better understand Gradient Boosting Decision Trees
navid5792/ID-LSTM-pytorch
A Pytorch implementation of the AAAI 2018 Paper "Learning Structured Representation for Text Classification via Reinforcement Learning"
yangjianxin1/GPT2-chitchat
GPT2 for Chinese chitchat/用于中文闲聊的GPT2模型(实现了DialoGPT的MMI**)
haitongli/knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
bearpaw/pytorch-classification
Classification with PyTorch.
waditu/tushare
TuShare is a utility for crawling historical data of China stocks
writeair/python_calculate_Fund_returns_today
通过Python从天天基金获取昨天与今天的基金净值,通过写入的各种基金的份额,计算出今天的收益
Rockyzsu/stock
30天掌握量化交易 (持续更新)
weiaicunzai/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
alibaba/TinyNeuralNetwork
TinyNeuralNetwork is an efficient and easy-to-use deep learning model compression framework.