【信息科学前沿讲座】在线研讨会 | 基于 LLM 构建中文场景检索式对话机器人:Llama2 + NeMo

本次在线研讨会主要面向对人工智能感兴趣的零基础编程爱好者,讲解如何结合使用 NeMo 与 Llama2 大模型,快速构建中文场景下的检索式对话机器人。

通过本次在线研讨会您可以了解到:

  • Llama2 大语言模型介绍;
  • Llama index 工具库的使用;
  • NVIDIA NeMo Toolkit 介绍;
  • 代码实践:NeMo 结合 Llama2 构建中文检索式对话机器人。

    - 时间 -

    2023/10/17  20:00 - 21:30

https://mp.weixin.qq.com/s/D_-vsrMTmDi7E1bMketXWA

$(function () { $(window).scroll(function () { if ($(window).scrollTop() >= 100) { $('.actGotop').fadeIn(300); } else { $('.actGotop').fadeOut(300); } }); $('.actGotop').click(function () { $('html,body').animate({ scrollTop: '0px' }, 800); }); $(".navbar-nav").find(".home-nav-margin").each(function(){ var ts = $(this); var text = ts.find("a").text(); if(text.indexOf("首 页") >= 0){ ts.find(".caret").remove(); ts.find("a").prepend(""); }; if(text.indexOf("15选5开奖结果") >= 0){ ts.find(".caret").remove(); }; }); });