- 博客(6)
- 收藏
- 关注
原创 动手学大模型应用开发-Task05
【在线阅读地址】https://datawhalechina.github.io/llm-universe/【项目仓库地址】https://github.com/datawhalechina/llm-universe【用户反馈地址】https://emoumcwvfx.feishu.cn/share/base/form/shrcnWBh2a9gl3HhW5ww736B64f【小程序使用手册】
2023-11-23 23:17:03 1282
原创 动手学大模型应用开发-Task04
【在线阅读地址】https://datawhalechina.github.io/llm-universe/【项目仓库地址】https://github.com/datawhalechina/llm-universe【用户反馈地址】https://emoumcwvfx.feishu.cn/share/base/form/shrcnWBh2a9gl3HhW5ww736B64f【小程序使用手册】
2023-11-21 21:37:16 179
原创 动手学大模型应用开发-Task03
【在线阅读地址】https://datawhalechina.github.io/llm-universe/【项目仓库地址】https://github.com/datawhalechina/llm-universe【用户反馈地址】https://emoumcwvfx.feishu.cn/share/base/form/shrcnWBh2a9gl3HhW5ww736B64f【小程序使用手册】
2023-11-19 21:44:41 172
原创 动手学大模型应用开发-Task02
【在线阅读地址】https://datawhalechina.github.io/llm-universe/【项目仓库地址】https://github.com/datawhalechina/llm-universe【用户反馈地址】https://emoumcwvfx.feishu.cn/share/base/form/shrcnWBh2a9gl3HhW5ww736B64f【小程序使用手册】关于如何调用各种大模型API,【动手学大模型应用开发】这门课程已经讲得很详细了,在这里就不再多说。
2023-11-18 23:12:21 516
原创 动手学大模型应用开发-Task01
1、大语言模型旨在理解和生成人类语言2、为什么叫大语言模型?3、LLM的应用4、LLM的出现让人们重新思考了通用人工智能(AGI)的可能性。AGI 是一种像人类一样思考和学习的人工智能。5、大模型的能力(1)涌现能力(2)作为基座模型支持多元应用的能力(3)支持对话作为统一入口的能力6、大模型的特点7、常见大模型(1)GPT系列(不开源)(2)Claude系列(不开源)(3)PaLM 系列(不开源)(4)文心一言(不开源)(5)星火大模型(不开源)(6)LLaMA 系列(开源)(7)GLM 系列(开源)
2023-11-13 21:26:13 389
原创 C程序设计(第四版)第二章习题代码
C程序设计(第四版)第二章习题代码:2.4(2)、依次将10个数输入,要求输出其中最大的数参考:https://blog.csdn.net/navicheung/article/details/76502244#define _CRT_SECURE_NO_WARNINGS#include<stdio.h>int main(void) { int num[10], max,...
2020-04-05 17:08:19 370
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人