Pinned Repositories
360zhinao
360zhinao
AdvancedLiterateMachinery
A collection of original, innovative ideas and algorithms towards Advanced Literate Machinery. This project is maintained by the OCR Team in the Language Technology Lab, Tongyi Lab, Alibaba Group.
agentx
AgentX is an experiment to develop an autonomous agent that delegates well to Auto-GPT, babyagi, and other agents using LangChain
alpaca_chinese_dataset
人工精调的中文对话数据集和一段chatglm的微调代码
Auto-GPT
An experimental open-source attempt to make GPT-4 fully autonomous.
awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
denoiseGAN
MonoDepth-FPN-PyTorch
Single Image Depth Estimation with Feature Pyramid Network
MultimodalDL
This model implementation of 'Multimodal Deep Learning for Robust RGB-D Object Recognition'
RecSys-1
计算广告/推荐系统/机器学习(Machine Learning)/点击率(CTR)/转化率(CVR)预估/点击率预估
reborm's Repositories
reborm/360zhinao
360zhinao
reborm/AdvancedLiterateMachinery
A collection of original, innovative ideas and algorithms towards Advanced Literate Machinery. This project is maintained by the OCR Team in the Language Technology Lab, Tongyi Lab, Alibaba Group.
reborm/agentx
AgentX is an experiment to develop an autonomous agent that delegates well to Auto-GPT, babyagi, and other agents using LangChain
reborm/alpaca_chinese_dataset
人工精调的中文对话数据集和一段chatglm的微调代码
reborm/Bumblebee
A Simple MLLM Surpassed QwenVL-Max with OpenSource Data Only in 14B LLM.
reborm/ChatGLM-LoRA-RLHF-PyTorch
A full pipeline to finetune ChatGLM LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the ChatGLM architecture. Basically ChatGPT but with ChatGLM
reborm/Chatglm_lora_multi-gpu
chatglm多gpu用deepspeed和
reborm/ChatGLM_LoRA_zh
在ChatGLM大模型上利用LoRA方法进行小参数学习,训练语料库选择中文的[alpaca-zh](https://huggingface.co/datasets/shibing624/alpaca-zh)
reborm/ChatGLM_yunying_helper
reborm/Chinese-LangChain
中文langchain项目|小必应,Q.Talk,强聊,QiangTalk
reborm/ChineseNLPCorpus
中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。
reborm/ColossalAI
Making large AI models cheaper, faster and more accessible
reborm/DeepSpeed-Chat-ChatGLM
包含了RLHF
reborm/FinGLM
FinGLM: 致力于构建一个开放的、公益的、持久的金融大模型项目,利用开源开放来促进「AI+金融」。
reborm/Graph-aS-Tokens
reborm/LLaMA-Factory
Unify Efficient Fine-Tuning of 100+ LLMs
reborm/llama-trl
LLaMA-TRL: Fine-tuning LLaMA with PPO and LoRA
reborm/LLMs_interview_notes
该仓库主要记录 大模型(LLMs) 算法工程师相关的面试题
reborm/MaxKB
🚀 基于 LLM 大语言模型的知识库问答系统。开箱即用,支持快速嵌入到第三方业务系统,1Panel 官方出品。
reborm/MindSearch
🔍 An LLM-based Multi-agent Framework of Web Search Engine (like Perplexity.ai Pro and SearchGPT)
reborm/modelscope-agent
ModelScope-Agent: An agent framework connecting models in ModelScope with the world
reborm/Popular-AI-tools-list-by-category
The most popular AI tools list sorted by category 2024;2024年分类排序的最受欢迎人工智能工具列表
reborm/RAG-Retrieval
Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT,Cross Encoder
reborm/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.
reborm/ragflow
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
reborm/RLHF
Implementation of Chinese ChatGPT
reborm/text-to-sql-wizardcoder
Leveraging large language models for text-to-SQL synthesis, this project fine-tunes WizardLM/WizardCoder-15B-V1.0 with QLoRA on a custom Spider training dataset. The resultant model, achieves 61% execution accuracy, incorporating database context for validation.
reborm/transformers_tasks
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.
reborm/unstructured
Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
reborm/Vicuna-LoRA-RLHF-PyTorch
A full pipeline to finetune Vicuna LLM with LoRA and RLHF on consumer hardware. Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the Vicuna architecture. Basically ChatGPT but with Vicuna