diff --git a/docs/.vitepress/utils/createSideBar.ts b/docs/.vitepress/utils/createSideBar.ts index 5568203..be345b7 100644 --- a/docs/.vitepress/utils/createSideBar.ts +++ b/docs/.vitepress/utils/createSideBar.ts @@ -4,6 +4,7 @@ export function createSideBarZH() { text: '2024年', collapsed: true, items: [ + { text: '7 月 13 日', link: '/posts/2024/7-13' }, { text: '7 月 12 日', link: '/posts/2024/7-12' }, { text: '7 月 11 日', link: '/posts/2024/7-11' }, { text: '7 月 10 日', link: '/posts/2024/7-10' }, diff --git a/docs/posts/2024/7-12.md b/docs/posts/2024/7-12.md index 8731dcd..f740931 100644 --- a/docs/posts/2024/7-12.md +++ b/docs/posts/2024/7-12.md @@ -91,7 +91,7 @@ GitHub:https://github.com/AugustDev/enchanted 基于 Transformers.js,可在浏览器中本地运行使用,自动下载模型 whisper-base(带时间戳),能够识别 100 种不同语言并生成单词级时间戳。 -模型大小仅 196MB,首次加载完成后,即使后面在断网情况下,依然能重复使用。 +模型大小 196MB,首次加载完成后,即使后面在断网情况下,依然能重复使用。 GitHub:https://github.com/xenova/transformers.js/tree/v3/examples/whisper-word-timestamps diff --git a/docs/posts/2024/7-13.md b/docs/posts/2024/7-13.md new file mode 100644 index 0000000..5b0e0df --- /dev/null +++ b/docs/posts/2024/7-13.md @@ -0,0 +1,60 @@ +--- +title: 7 月 13 日 +date: 2024-07-13 +cover: https://oss.justin3go.com/blogs/fav0-001.jpg + +--- + +每天仅需 1 分钟,全面获取 AI 技术发展、行业动态和市场趋势。 + +内容涵盖但不限于**前沿 AI 资讯**、**AI 工具**、**AI 绘画**、**开源项目**和**学习教程**等等。 + +关注 AI 日报,紧跟 AI 潮流,希望对你有所帮助。对于重要信息,会独立发帖进行详细介绍。 + +以下是 7 月 13 日的最新 AI 信息。 + +### 前沿资讯 + +**1、Meta 将于 7 月 23 日开源 Llama 3 最大参数的多模态模型。** + +来自 Meta 公司的一名员工的透露,具有惊人的 4050 亿参数,而且是多模态模型能够理解和生成图像和文本。 + +来源:https://www.theinformation.com/subscribe + +![image-20240713211751436](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-13/image-20240713211751436.png) + +**2、据透露,OpenAI 推出一个 AGI 评分体系。** + +OpenAI 在全体员工大会上,与员工分享了最新的 AGI 评分分类体系,主要分为五个等级,如下图。 + +来源:https://www.bloomberg.com/news/articles/2024-07-11/openai-sets-levels-to-track-progress-toward-superintelligent-ai + +![GSRDTh6agAIaErQ?format=jpg&name=orig](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-13/GSRDTh6agAIaErQ.jpeg) + +### AI 绘画 + +**1、一个开源的 DiT 绘画模型 AuraFlow 0.1。** + +与 SD3 相同都是 DiT 架构,大小仅 5.6B,书写英文能力很强。目前处于早期版本,但效果已经可以了。 + +模型下载:https://huggingface.co/fal/AuraFlow + +在线体验:https://huggingface.co/spaces/multimodalart/AuraFlow + +![image/png](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-13/jMkLXPFVNGdUb7P4nNTqX.png) + + + +### 学习教程 + +**1、GraphRAG 宣言:为 GenAI 增加知识。** + +前几天微软开源一套强大的 RAG 架构 GraphRAG,如果你对它不太理解,推荐看下这篇文章《GraphRAG 宣言:为 GenAI 增加知识》。 + +通俗易懂的介绍了 GraphRAG 的原理、与传统 RAG 的区别、GraphRAG 的优势、知识图谱的创建和利用知识图谱工作。 + +文章地址:https://neo4j.com/blog/graphrag-manifesto/ + +这是来自 Neo4j 的 CTO 写的一篇文章,感兴趣的可以看看。 + +![img](https://cdn.jsdelivr.net/gh/freelander/oss@master/ai-daily/2024-07-13/1&e=1725119999&s=mtvyvvtvyyyj&token=kIxbL07-8jAj8w1n4s9zv64FuZZNEATmlU_Vm6zD:4MjKikyiDAaxzAVAMu6bqPef958=.png) \ No newline at end of file