{"id":19882997,"url":"https://github.com/modelscope/modelscope-classroom","last_synced_at":"2025-05-15T01:09:31.172Z","repository":{"id":226020928,"uuid":"766180570","full_name":"modelscope/modelscope-classroom","owner":"modelscope","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-09T14:16:33.000Z","size":115924,"stargazers_count":897,"open_issues_count":4,"forks_count":101,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-05-09T15:34:05.303Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/modelscope.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-03-02T15:01:36.000Z","updated_at":"2025-05-09T14:16:37.000Z","dependencies_parsed_at":"2025-01-11T19:02:21.042Z","dependency_job_id":"11af601b-55a7-4ae8-8c68-f6482f5fde29","html_url":"https://github.com/modelscope/modelscope-classroom","commit_stats":{"total_commits":74,"total_committers":18,"mean_commits":4.111111111111111,"dds":0.8108108108108107,"last_synced_commit":"65fdd6f42b7283a063ff842bebec558941b00e7e"},"previous_names":["modelscope/scope-classroom","modelscope/modelscope-classroom"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelscope%2Fmodelscope-classroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelscope%2Fmodelscope-classroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelscope%2Fmodelscope-classroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/modelscope%2Fmodelscope-classroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/modelscope","download_url":"https://codeload.github.com/modelscope/modelscope-classroom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254043,"owners_count":22039792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T17:19:07.012Z","updated_at":"2025-05-15T01:09:26.163Z","avatar_url":"https://github.com/modelscope.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ModelScope教程\n\n\n\n# 🍀介绍\n\n在这里我们集中了魔搭社区的深度学习教程！热爱AI的开发者们可以在这里找到自己想要了解的知识，并学会训练、推理、部署、应用搭建等各类常用操作！\n\n# 🌿更新日志\n- ⭐️2024.03.07 添加了RAGFlow的使用样例，请查看[RAGFlow样例](./LLM-tutorial/notebook/RAGFlow.ipynb).\n- ⭐️2024.12.30 添加了unsloth的使用样例，请查看[unsloth样例](./LLM-tutorial/notebook/unsloth.ipynb).\n- ⭐️2024.12.24 添加了LLaMA-Factory的使用样例，请查看[LLaMA-Factory样例](./LLM-tutorial/notebook/llama-factory.ipynb).\n- ⭐️2024.12.24 添加了Dify的使用样例，请查看[Dify样例](./LLM-tutorial/notebook/dify.ipynb).\n- ⭐️2024.12.23 添加了vLLM和VLMEvalKit的notebook样例，请查看[vLLM样例](./LLM-tutorial/notebook/vllm.ipynb)和[VLMEvalKit样例](./LLM-tutorial/notebook/VLMEvalKit多模态模型评估.ipynb).\n- ⭐️2024.11.22 添加了使用Omnigen模型合成两个人物拥抱图片的notebook，请查看[Omnigen样例](./AIGC-tutorial/notebook/Omnigen_demo.ipynb).\n- ⭐️2024.11.01 补充了一个通用训练流程的notebook，请查看[古文翻译训练样例](./LLM-tutorial/notebook/训练.ipynb).\n- ⭐️2024.10.30 补充了全流程数据集训练的notebook，请查看[全流程知乎数据集训练](./LLM-tutorial/notebook/全流程知乎数据集训练.ipynb).\n- ⭐️2024.10.22 添加了有关 OpenAI-O1 的技术调研，请查看[LLM-tutorial](./LLM-tutorial/Q.从OpenAI-O1看大模型的复杂推理能力.md).\n- ⭐️2024.06.14 补充了人类偏好对齐训练技术解析，请查看[LLM-tutorial](./LLM-tutorial/M.人类偏好对齐训练.md).\n- ⭐️2024.05.16 补充了量化技术解析，请查看[LLM-tutorial](./LLM-tutorial/N.量化技术解析.md).\n- ⭐️2024.05.16 补充了LISA技术解析，请查看[LLM-tutorial](./LLM-tutorial/L.LISA微调技术解析.md).\n- ⭐️2024.04.12 新增基于modelscope-agent的Agentfabric的训练教程，即魔搭社区版本的 OPENAI Store [AgentFabric](./LLM-tutorial/O.Modelscope-Agent:AgentFabric微调最佳实践.md).\n- ⭐️2024.03.12 补全LLM大模型系列教程，请查看[LLM-tutorial](./LLM-tutorial).\n- ⭐️2024.03.06 增加了SD-AIGC（文生图、文生视频）的系列教程和Demo，请查看[AIGC-tutorial](./AIGC-tutorial).\n  - 提供了Sora文生视频相关技术的DEMO，如DiT、ViViT等.\n  - 提供了[Diffusion扩散技术的教程](./AIGC-tutorial/基于Transformers，diffusion技术解析+实战.md).\n- ⭐️2024.03.06 增加了LLM大模型的系列教程，请查看[LLM-tutorial](./LLM-tutorial).\n  - 提供了从深度学习介绍到部署的整套基础流程文档\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelscope%2Fmodelscope-classroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmodelscope%2Fmodelscope-classroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmodelscope%2Fmodelscope-classroom/lists"}