cicelprg's Stars
charent/ChatLM-mini-Chinese
中文对话0.2B小模型(ChatLM-Chinese-0.2B),开源所有数据集来源、数据清洗、tokenizer训练、模型预训练、SFT指令微调、RLHF优化等流程的全部代码。支持下游任务sft微调,给出三元组信息抽取微调示例。
DLLXW/baby-llama2-chinese
用于从头预训练+SFT一个小参数量的中文LLaMa2的仓库;24G单卡即可运行得到一个具备简单中文问答能力的chat-llama2.
liguodongiot/llm-action
本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)
huggingface/blog
Public repo for HF blog posts
01-ai/Yi
A series of large language models trained from scratch by developers @01-ai
OpenGVLab/DragGAN
Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold" (DragGAN 全功能实现,在线Demo,本地部署试用,代码、模型已全部开源,支持Windows, macOS, Linux)
cloudwego/kitex
Go RPC framework with high-performance and strong-extensibility for building micro-services.
apache/spark
Apache Spark - A unified analytics engine for large-scale data processing
apache/flink
Apache Flink
celery/celery
Distributed Task Queue (development branch)
apache/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
wangzhiwubigdata/God-Of-BigData
专注大数据学习面试,大数据成神之路开启。Flink/Spark/Hadoop/Hbase/Hive...
akfamily/akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
apache/doris
Apache Doris is an easy-to-use, high performance and unified analytics database.
metabase/metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:
water8394/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。
zhisheng17/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
flink-china/flink-training-course
Flink 中文视频课程(持续更新...)
DeemOpen/zkui
A UI dashboard that allows CRUD operations on Zookeeper.
xwb1989/sqlparser
SQL Parser implemented in Go
OpenTSDB/opentsdb
A scalable, distributed Time Series Database.
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
Snailclimb/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
gocelery/gocelery
Celery Distributed Task Queue in Go
ClickHouse/ClickHouse
ClickHouse® is a real-time analytics database management system
sirupsen/logrus
Structured, pluggable logging for Go.
gin-gonic/gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
golang/go
The Go programming language