shuaihutianxie's Stars
meta-llama/llama
Inference code for Llama models
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
microsoft/graphrag
A modular graph-based Retrieval-Augmented Generation (RAG) system
VikParuchuri/marker
Convert PDF to markdown + JSON quickly with high accuracy
tloen/alpaca-lora
Instruct-tune LLaMA on consumer hardware
huggingface/peft
🤗 PEFT: State-of-the-art Parameter-Efficient Fine-Tuning.
Dao-AILab/flash-attention
Fast and memory-efficient exact attention
PaddlePaddle/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
Unstructured-IO/unstructured
Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
FlagOpen/FlagEmbedding
Retrieval and Retrieval-augmented LLMs
sgl-project/sglang
SGLang is a fast serving framework for large language models and vision language models.
modelscope/modelscope
ModelScope: bring the notion of Model-as-a-Service to life.
649453932/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
yizhongw/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
649453932/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
dbiir/UER-py
Open Source Pre-training Model Framework in PyTorch & Pre-trained Model Zoo
NirDiamant/Prompt_Engineering
This repository offers a comprehensive collection of tutorials and implementations for Prompt Engineering techniques, ranging from fundamental concepts to advanced strategies. It serves as an essential resource for mastering the art of effectively communicating with and leveraging large language models in AI applications.
leerumor/nlp_tutorial
NLP超强入门指南,包括各任务sota模型汇总(文本分类、文本匹配、序列标注、文本生成、语言模型),以及代码、技巧
CLUEbenchmark/CLUENER2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
Tencent/TencentPretrain
Tencent Pre-training framework in PyTorch & Pre-trained Model Zoo
ZJUGiveLab/UNet-Version
taishan1994/pytorch_bert_bilstm_crf_ner
基于pytorch的bert_bilstm_crf中文命名实体识别
Keyird/DeepLearning-TensorFlow2
本仓库我将使用谷歌TensorFlow2框架逐一复现经典的卷积神经网络:LeNet、AlexNet、VGG系列、GooLeNet、ResNet 系列、DenseNet 系列,以及现在比较经典的目标检测网络、语义分割网络等。
taishan1994/pytorch_triple_extraction
基于pytorch的中文三元组提取(命名实体识别+关系抽取)
terrifyzhao/spo_extract
基于transformers的三元组抽取
linzzzzzz/Chinese-Text-Classification-Pytorch-Tuning
中文文本分类,Bert,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
wzzzd/lm_ner_span
基于实体首尾指针SPAN的序列标注框架