Chris-Mraz
My name is Qiu Yang, a graduate student from USTC. My research direction is AI field, mainly covering data mining, recommendation system, etc.
Pinned Repositories
annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
ChatGLM3
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
ConTS-TOIS-2021
modification of readme
dclm
DataComp for Language Models
Firefly
Firefly: 大模型训练工具,支持训练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等大模型
flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Getting-Started-with-Google-BERT
Getting Started with Google BERT, published by Packt
git_test
This repository is used for test and learn git command
Chris-Mraz's Repositories
Chris-Mraz/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
Chris-Mraz/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
Chris-Mraz/MiniCPM-V
MiniCPM-V 2.6: A GPT-4V Level MLLM for Single Image, Multi Image and Video on Your Phone
Chris-Mraz/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
Chris-Mraz/paper-reading
深度学习经典、新论文逐段精读
Chris-Mraz/dclm
DataComp for Language Models
Chris-Mraz/LLM-Finetune
大语言模型微调,Qwen2、GLM4指令微调
Chris-Mraz/CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
Chris-Mraz/hello-algo
《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
Chris-Mraz/Firefly
Firefly: 大模型训练工具,支持训练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等大模型
Chris-Mraz/marker
Convert PDF to markdown quickly with high accuracy
Chris-Mraz/low_cost_robot
Chris-Mraz/SEevenLLM
Chris-Mraz/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
Chris-Mraz/ragas
Evaluation framework for your Retrieval Augmented Generation (RAG) pipelines
Chris-Mraz/LeetCode-Book
《剑指 Offer》 Python, Java, C++ 解题代码,LeetBook《图解算法数据结构》配套代码仓
Chris-Mraz/LLaMA-Factory
Unify Efficient Fine-Tuning of 100+ LLMs
Chris-Mraz/awesome-deep-learning
A curated list of awesome Deep Learning tutorials, projects and communities.
Chris-Mraz/OFA
Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework
Chris-Mraz/ChatGLM3
ChatGLM3 series: Open Bilingual Chat LLMs | 开源双语对话语言模型
Chris-Mraz/self-llm
《开源大模型食用指南》基于Linux环境快速部署开源大模型,更适合**宝宝的部署教程
Chris-Mraz/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
Chris-Mraz/llm_structure_tool
用大语言模型做结构化工具
Chris-Mraz/git_test
This repository is used for test and learn git command
Chris-Mraz/Text2SQL-Error-Detection
Code for paper "Error Detection for Text-to-SQL Semantic Parsing"
Chris-Mraz/LLM-TIKG-dataset
A labeled dataset used for the knowledge graph construction.
Chris-Mraz/Huggingface_Toturials
bert-base-chinese example
Chris-Mraz/ConTS-TOIS-2021
modification of readme
Chris-Mraz/statistic
collecting books, papers and docs.
Chris-Mraz/nlp-notebook
NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。