Skip to content

Commit

Permalink
add 7-13 ai daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Freelander committed Jul 13, 2024
1 parent b719da7 commit 842f685
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/utils/createSideBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/2024/7-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
60 changes: 60 additions & 0 deletions docs/posts/2024/7-13.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 842f685

Please sign in to comment.