oswen's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
microsoft/onnxruntime
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
thunlp/PromptPapers
Must-read papers on prompt-based tuning for pre-trained language models.
codemayq/chinese-chatbot-corpus
中文公开聊天语料库
baidu/lac
百度NLP:分词,词性标注,命名实体识别,词重要性
ysh329/deep-learning-model-convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
subeeshvasu/Awesome-Learning-with-Label-Noise
A curated list of resources for Learning with Noisy Labels
thunlp/UltraChat
Large-scale, Informative, and Diverse Multi-round Chat Data (and Models)
thu-coai/CDial-GPT
A Large-scale Chinese Short-Text Conversation Dataset and Chinese pre-training dialog models
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
NVIDIA/tensorflow
An Open Source Machine Learning Framework for Everyone
ZhuiyiTechnology/pretrained-models
Open Language Pre-trained Model Zoo
THUDM/P-tuning
A novel method to tune language models. Codes and datasets for paper ``GPT understands, too''.
SinclairCoder/Instruction-Tuning-Papers
Reading list of Instruction-tuning. A trend starts from Natrural-Instruction (ACL 2022), FLAN (ICLR 2022) and T0 (ICLR 2022).
tatp22/multidim-positional-encoding
An implementation of 1D, 2D, and 3D positional encoding in Pytorch and TensorFlow
InteractiveNLP-Team/RoleLLM-public
RoleLLM: Benchmarking, Eliciting, and Enhancing Role-Playing Abilities of Large Language Models
ziweipolaris/watermark-removal
通过水印减除方法去掉视频中的水印,快速但不完美
tongchangD/text_data_enhancement_with_LaserTagger
Modify Chinese text, modified on LaserTagger Model. 文本复述,基于lasertagger做中文文本数据增强。
ContinualAI/continual-learning-baselines
Continual learning baselines and strategies from popular papers, using Avalanche. We include EWC, SI, GEM, AGEM, LwF, iCarl, GDumb, and other strategies.
crazyofapple/Reading_groups
A paper & resource list of large language models, including course, paper, demo, figures
asappresearch/revisit-bert-finetuning
For the code release of our arXiv paper "Revisiting Few-sample BERT Fine-tuning" (https://arxiv.org/abs/2006.05987).
HanxunH/SCELoss-Reproduce
Reproduce Results for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels" https://arxiv.org/abs/1908.06112
mattriemer/MER
Fork of the GEM project (https://github.com/facebookresearch/GradientEpisodicMemory) including Meta-Experience Replay (MER) methods from the ICLR 2019 paper (https://openreview.net/pdf?id=B1gTShAct7)
nuance1979/llama-server
LLaMA Server combines the power of LLaMA C++ with the beauty of Chatbot UI.
IDEA-CCNL/GTS-Engine
GTS Engine: A powerful NLU Training System。GTS引擎(GTS-Engine)是一款开箱即用且性能强大的自然语言理解引擎,聚焦于小样本任务,能够仅用小样本就能自动化生产NLP模型。
montrealrobotics/La-MAML
Official Code Repository for La-MAML: Look-Ahead Meta-Learning for Continual Learning"
blackcon/VicunaWithGUI
This project support a WEB UI with Vicuna13B (using llama-cpp-python, chatbot-ui)
SALT-NLP/IDBR
Codes for the paper: "Continual Learning for Text Classification with Information Disentanglement Based Regularization"