▼最近直播超级多,预约保你有收获

—1—
Llama 3 的 RAG 增强
https://github.com/langchain-ai/langgraph/blob/main/examples/rag/langgraph_rag_agent_llama3_local.ipynb

—2—
Llama 3 的微调增强

Github 地址:https://github.com/hiyouga/LLaMA-Factory
https://colab.research.google.com/drive/135ced7oHytdxu3N2DNe1Z0kqjyYIkDXp?usp=sharing
—3—
Llama 3 的 Function Calling 增强

不过,经过我们实践摸索,变形支持 Function Calling 函数调用的方法,也就是采用 Function Calling 数据微调后的 Llama 3,Prompt 提示词模板如下图所示:
<|begin_of_text|><|start_header_id|>function_metadata<|end_header_id|>You have access to the following functions. Use them if required:[{"type": "function","function": {"name": "get_stock_price","description": "Get the stock price of an array of stocks","parameters": {"type": "object","properties": {"names": {"type": "array","items": {"type": "string"},"description": "An array of stocks"}},"required": ["names"]}}},{"type": "function","function": {"name": "get_big_stocks","description": "Get the names of the largest N stocks by market cap","parameters": {"type": "object","properties": {"number": {"type": "integer","description": "The number of largest stocks to get the names of, e.g. 25"},"region": {"type": "string","description": "The region to consider, can be \"US\" or \"World\"."}},"required": ["number"]}}}]<|eot_id|><|start_header_id|>user<|end_header_id|>Get the names of the five largest stocks by market cap<|eot_id|><|start_header_id|>assistant<|end_header_id|>Generated Response:{"name": "get_big_stocks","arguments": {"number": 5,"region": "US"}}<|eot_id|>
—4—
Llama 3 实操技术选型
第一、归纳分类任务,大模型参数推荐 3B;
第二、翻译任务,大模型参数推荐 7B;
第三、意图识别任务,大模型参数推荐 13B;
第四、Function Calling Action 任务,大模型参数推荐 70B。
以上这些推荐都是针对顶尖的通用大模型而言,没有经过 Fine-tuning 等微调,微调后的或者 RAG 后的 大模型 AGI 能力会增强,相应参数会变化。

为了帮助同学们彻底掌握 AI 大模型 Agent 智能体、知识库、向量数据库、 RAG、知识图谱的应用开发、部署、生产化,今天我会开2场直播和同学们深度剖析,请同学们点击以下预约按钮免费预约。
—5—
AI 大模型开发技能直播课程
立即扫码,即可免费预约
进入直播,大佬直播在线答疑!


本期名额有限
高度起始于速度(手慢无!!)
—6—
领取一份《AI 大模型技术知识图谱》


第二步:扫码后,点击以下关注按钮,就可关注我。


—7—
精选短视频《大模型应用开发软技能和硬技能》
以下视频你将学到:
1、大模型应用开发的软技能:模型评估、模型安全、模型治理
2、大模型应用开发的硬技能:硬件显卡选型
END