Pinned Repositories
Abnormal-check
An algorithm based on Java implementation, can automatically check the set of outliers in a set of data, eliminate these outliers, and finally get normal data.基于java实现的能够自动检查出一组数据中的异常值的集合,剔除这些异常集,得到正常数据。
ai-training-examples
algs4
Algorithms, 4th edition textbook code and libraries
annotated-transformer
An annotated implementation of the Transformer paper.
AppiumWeChatAuto
微信公众号文章采集之:微信公众号文章自动化浏览实现
arc90-readability
A copy of the original Arc90 repo with links to many of the current ports.
autolink-java
Java library to extract links (URLs, email addresses) from plain text; fast, small and smart
HanLP
自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁
jeecg-boot
⭐️「企业级低代码平台」前后端分离架构SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis,Shiro,JWT。强大的代码生成器让前后端代码一键生成,无需写任何代码! 引领新的开发模式OnlineCoding->代码生成->手工MERGE,帮助Java项目解决70%重复工作,让开发更关注业务,既能快速提高效率,帮助公司节省成本,同时又不失灵活性。
zhaoxjmail's Repositories
zhaoxjmail/Abnormal-check
An algorithm based on Java implementation, can automatically check the set of outliers in a set of data, eliminate these outliers, and finally get normal data.基于java实现的能够自动检查出一组数据中的异常值的集合,剔除这些异常集,得到正常数据。
zhaoxjmail/ai-training-examples
zhaoxjmail/annotated-transformer
An annotated implementation of the Transformer paper.
zhaoxjmail/Blog-Posts
Code and notebooks for my Medium blog posts
zhaoxjmail/ChatGLM-Efficient-Tuning
Fine-tuning ChatGLM-6B with PEFT | 基于 PEFT 的高效 ChatGLM 微调
zhaoxjmail/ChatGLM-Finetuning
基于ChatGLM-6B、ChatGLM2-6B模型,进行下游具体任务微调,涉及Freeze、Lora、P-tuning、全参微调等
zhaoxjmail/course
The Hugging Face course on Transformers
zhaoxjmail/examples
zhaoxjmail/export_llama_to_onnx
export llama to onnx
zhaoxjmail/language-models
pre-trained Language Models
zhaoxjmail/Large-Language-Model-Notebooks-Course
Practical course about Large Language Models.
zhaoxjmail/layout-parser
A Unified Toolkit for Deep Learning Based Document Image Analysis
zhaoxjmail/LayoutLMV3
This repo consists of the code as discussed in the Medium blog.
zhaoxjmail/LayoutLMV3_Fine_Tuning
zhaoxjmail/learn-nlp-with-transformers
we want to create a repo to illustrate usage of transformers in chinese
zhaoxjmail/llama2-fine-tune
Scripts for fine-tuning Llama2 via SFT and DPO.
zhaoxjmail/llama3-from-scratch
llama3 implementation one matrix multiplication at a time
zhaoxjmail/llm-action
本项目旨在分享大模型相关技术原理以及实战经验。
zhaoxjmail/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
zhaoxjmail/LLM-Dojo
欢迎来到 LLM-Dojo,这里是一个开源大模型学习场所(最好的学习永远在项目中),包括一个开源大模型训练框架,以及llm_tricks模块,其中包括各种大模型的tricks实现与原理讲解!。👩🎓👨🎓
zhaoxjmail/LLMs-from-scratch
Implementing a ChatGPT-like LLM in PyTorch from scratch, step by step
zhaoxjmail/LLMZoo
⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡
zhaoxjmail/lmppl
Calculate perplexity on a text with pre-trained language models. Support MLM (eg. DeBERTa), recurrent LM (eg. GPT3), and encoder-decoder LM (eg. Flan-T5).
zhaoxjmail/MasteringRAG
企业级RAG系统从入门到精通
zhaoxjmail/MINI_LLM
This is a repository used by individuals to experiment and reproduce the pre-training process of LLM.
zhaoxjmail/ml-engineering
Machine Learning Engineering Open Book
zhaoxjmail/pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
zhaoxjmail/smol-course
A course on aligning smol models.
zhaoxjmail/vecsim-demo
Explore vector similarity in Redis
zhaoxjmail/vector-search-elastic-tutorial
Text Embeddings and Vector Search with Elasticsearch and Open-Source Technologies