Stars
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
🔊 Text-Prompted Generative Audio Model
Google Research
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
《开源大模型食用指南》针对中国宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程
Instruct-tune LLaMA on consumer hardware
💿 Free software that works great, and also happens to be open-source Python.
此项目是机器学习(Machine Learning)、深度学习(Deep Learning)、NLP面试中常考到的知识点和代码实现,也是作为一个算法工程师必会的理论基础知识。
Natural Language Processing Tutorial for Deep Learning Researchers
Convert AI papers to GUI,Make it easy and convenient for everyone to use artificial intelligence technology。让每个人都简单方便的使用前沿人工智能技术
MiniCPM4 & MiniCPM4.1: Ultra-Efficient LLMs on End Devices, achieving 3+ generation speedup on reasoning tasks
Chinese version of CLIP which achieves Chinese cross-modal retrieval and representation generation.
Acceptance rates for the major AI conferences
中文nlp解决方案(大模型、数据、模型、训练、推理)
骆驼(Luotuo): Open Sourced Chinese Language Models. Developed by 陈启源 @ 华中师范大学 & 李鲁鲁 @ 商汤科技 & 冷子昂 @ 商汤科技
[ICLR 2023] ReAct: Synergizing Reasoning and Acting in Language Models
We unified the interfaces of instruction-tuning data (e.g., CoT data), multiple LLMs and parameter-efficient methods (e.g., lora, p-tuning) together for easy use. We welcome open-source enthusiasts…
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF, SFT etc.
人工精调的中文对话数据集和一段chatglm的微调代码
Example deep learning projects that use wandb's features.
Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)
[CVPR 2024] Alpha-CLIP: A CLIP Model Focusing on Wherever You Want
Code, exercises and tutorials of my personal blog ! 📝
Train a 1B LLM with 1T tokens from scratch by personal