Pinned Repositories
2021-Daguan-Cup
Adala
Adala: Autonomous DAta (Labeling) Agent framework
afac2024
AI-interview-cards
最完整的AI算法面试题目仓库,1000道,25个类目
ai-roadmap
ApacheCN AI 路线图(知识树)
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
Algorithms_Engineer_Interview
计算机视觉算法工程师实习生面试总结 (微软、阿里、商汤、海康、华为、平安offer)
allennlp
An open-source NLP research library, built on PyTorch.
Andrew-Ng-Deep-Learning-notes
吴恩达《深度学习》系列课程笔记及代码 | Notes in Chinese for Andrew Ng Deep Learning Course
IntelligentAlgorithmScheduler
Some Algorithm such as GA, PSO, ASO, SA and so on. Mainly used as Scheduling Problem to load balance.
Sherryran08's Repositories
Sherryran08/Adala
Adala: Autonomous DAta (Labeling) Agent framework
Sherryran08/afac2024
Sherryran08/AI-interview-cards
最完整的AI算法面试题目仓库,1000道,25个类目
Sherryran08/AutoRAG
RAG AutoML Tool - Find optimal RAG pipeline for your own data.
Sherryran08/Awesome-Chinese-LLM
整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。
Sherryran08/awesome-document-understanding
A curated list of resources for Document Understanding (DU) topic
Sherryran08/awesome-key-information-extraction
A curated list of papers about key information extraction.
Sherryran08/BERT-based-Multi-Label-CLS
基于Pytroch实现文本多标签分类(Implement multi-label classification of text based on Pytroch)
Sherryran08/ChatGLM-Tuning
一种平价的chatgpt实现方案, 基于ChatGLM-6B + LoRA
Sherryran08/chatglm_finetuning
chatglm 6b finetuning and alpaca finetuning
Sherryran08/DecryptPrompt
总结Prompt&LLM论文,开源数据&模型,AIGC应用
Sherryran08/Deep-Learning-Interview-Book
深度学习面试宝典(含数学、机器学习、深度学习、计算机视觉、自然语言处理和SLAM等方向)
Sherryran08/Document-AI-Recommendations
Algorithms, papers, datasets, performance comparisons for Document AI. Continuously updating.
Sherryran08/GoGPT
GoGPT:基于Llama/Llama 2训练的中英文增强大模型|Chinese-Llama2
Sherryran08/LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓
Sherryran08/LeetCode-Py
⛽️「算法通关手册」:超详细的「算法与数据结构」基础讲解教程,从零基础开始学习算法知识,750+ 道「LeetCode 题目」详细解析,200 道「面试热门题目」。
Sherryran08/LLaMA-Efficient-Tuning
Easy-to-use fine-tuning framework using PEFT (PT+SFT+RLHF with QLoRA) (LLaMA-2, BLOOM, Falcon, Baichuan)
Sherryran08/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
Sherryran08/LLM-Tuning
Tuning LLMs with no tears💦, sharing LLM-tools with love❤️.
Sherryran08/LLMsNineStoryDemonTower
【LLMs九层妖塔】分享一下打怪(ChatGLM、Chinese-LLaMA-Alpaca、MiniGPT-4、FastChat、LLaMA、gpt4all等)实战与经验,
Sherryran08/Luotuo-Chinese-LLM
骆驼(Luotuo): Open Sourced Chinese Language Models. Developed by 陈启源 @ 华中师范大学 & 李鲁鲁 @ 商汤科技 & 冷子昂 @ 商汤科技
Sherryran08/Med-ChatGLM
Repo for Chinese Medical ChatGLM 基于中文医学知识的ChatGLM指令微调
Sherryran08/MedQA-ChatGLM
🛰️ 基于真实医疗对话数据在ChatGLM上进行LoRA、P-Tuning V2、Freeze、RLHF等微调,我们的眼光不止于医疗问答
Sherryran08/nlp-competitions-list-review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
Sherryran08/rag-from-scratch
Sherryran08/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.
Sherryran08/RAGs
RAGs: Simple implementations of Retrieval Augmented Generation (RAG) Systems
Sherryran08/self-llm
《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合**宝宝的部署教程
Sherryran08/SimpleRAG
The simplest RAG implementation using only Transformers and FAISS
Sherryran08/what-is-vs
向量检索教程