coder-liusen's Stars
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
google-research/bert
TensorFlow code and pre-trained models for BERT
meta-llama/llama3
The official Meta Llama 3 GitHub site
dmlc/xgboost
Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
naklecha/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
Embedding/Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
bigcode-project/starcoder
Home of StarCoder: fine-tuning & inference!
SophonPlus/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
bojone/bert4keras
keras implement of transformers for humans
goto456/stopwords
中文常用停用词表(哈工大停用词表、百度停用词表等)
InsaneLife/ChineseNLPCorpus
中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。
CrazyBoyM/llama3-Chinese-chat
Llama3、Llama3.1 中文仓库(随书籍撰写中... 各种网友及厂商微调、魔改版本有趣权重 & 训练、推理、评测、部署教程视频 & 文档)
blmoistawinde/HarvestText
文本挖掘和预处理工具(文本清洗、新词发现、情感分析、实体识别链接、关键词抽取、知识抽取、句法分析等),无监督或弱监督方法
DarLiner/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
huggingface/awesome-papers
Papers & presentation materials from Hugging Face's internal science day
bigcode-project/starcoder2
Home of StarCoder2!
425776024/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
shenweichen/AlgoNotes
【浅梦学习笔记】文章汇总:包含 排序&CXR预估,召回匹配,用户画像&特征工程,推荐搜索综合 计算广告,大数据,图算法,NLP&CV,求职面试 等内容
YunwenTechnology/Unilm
zhusleep/pytorch_chinese_lm_pretrain
pytorch中文语言模型预训练
kata198/func_timeout
Python module which allows you to specify timeouts when calling any existing function, and support for stoppable threads
Receiling/UniRE
Source code for "UniRE: A Unified Label Space for Entity Relation Extraction.", ACL2021. It is based on our NERE toolkit (https://github.com/Receiling/NERE).
Embedding/ChineseNlpCorpus
搜集、整理、发布 中文 自然语言处理 语料/数据集,与 有志之士 共同 促进 中文 自然语言处理 的 发展。
Ligouhai-bigone/Sentiment-Analysis-Chinese-pytorch
Sentiment Analysis-Pytorch(情感分析的Pytorch实现)
powerycy/Efficient-GlobalPointer
pytorch Efficient GlobalPointer
percent4/keras_albert_text_classification
本项目采用Keras和ALBERT实现文本多分类任务,其中对ALBERT进行微调。
batteryhp/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch.
chishuaige/Reflection_Summary
算法理论基础知识应知应会
GQ1990/Introduction-to-Computer-Science-and-Programming
Learn Python from MIT 6.00 lectured by Eric Grimson and John Guttage
WangKehan573/nlp_tutorial
NLP超强入门指南,包括各任务sota模型汇总(文本分类、文本匹配、序列标注、文本生成、语言模型),以及代码、技巧