Stars
We present StableAnimator, the first end-to-end ID-preserving video diffusion framework, which synthesizes high-quality videos without any post-processing, conditioned on a reference image and a se…
Official code implementation of General OCR Theory: Towards OCR-2.0 via a Unified End-to-end Model
Code for MedCPT, a model for zero-shot biomedical information retrieval.
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting yo…
State-of-the-Art Text Embeddings
中文nlp解决方案(大模型、数据、模型、训练、推理)
Firefly: 大模型训练工具,支持训练Qwen2.5、Qwen2、Yi1.5、Phi-3、Llama3、Gemma、MiniCPM、Yi、Deepseek、Orion、Xverse、Mixtral-8x7B、Zephyr、Mistral、Baichuan2、Llma2、Llama、Qwen、Baichuan、ChatGLM2、InternLM、Ziya2、Vicuna、Bloom等大模型
Artificial Intelligence Research for Science (AIRS)
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
【LLMs九层妖塔】分享一下打怪(ChatGLM、Chinese-LLaMA-Alpaca、MiniGPT-4、FastChat、LLaMA、gpt4all等)实战与经验,
Deepspeed、LLM、Medical_Dialogue、医疗大模型、预训练、微调
StableLM: Stability AI Language Models
Scripts to run the experiments and analysis for the publication "Joint structural annotation of small molecules using liquid chromatography retention order and tandem mass spectrometry data" by Bac…
Neural architecture for molecular structure prediction via mass spectra
A standardized Python API with necessary preprocessing, machine learning and explainability tools to facilitate graph-analytics in computational pathology.
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IF…
zpeng1989 / textgen
Forked from shibing624/textgentextgen, Text Generation models. 文本生成,包括:UDA,GPT2,Seq2Seq,BART,T5等模型实现,开箱即用。
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), ga…
基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测
arun-sub / bwa-mem2
Forked from bwa-mem2/bwa-mem2Building upon BWA-MEM2, this repository includes performance improvements to the seeding and mate-rescue steps.
基于pytorch的中文三元组提取(命名实体识别+关系抽取)
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
Open source code for AlphaFold 2.
《机器翻译:基础与模型》肖桐 朱靖波 著 - Machine Translation: Foundations and Models
Implement Statistical Learning Methods, Li Hang the hard way. 李航《统计学习方法》一书的硬核 Python 实现