随笔分类 - AI
摘要:1.安装和基础使用 <dependencies> <dependency> <groupId>io.agentscope</groupId> <artifactId>agentscope</artifactId> <version>1.0.6</version> </dependency> <!--
阅读全文
摘要:1.安装和基本使用 1.1 环境 winodws npm 18+ https://aicodewith.com 整一个密钥,绑定公众号获得一点使用额度 npm install -g @anthropic-ai/claude-code claude --version 1.2 powershell中使
阅读全文
摘要:1.预训练 2.神经网络 一组参数构成的数学函数 3.inference 推理 完成训练 产生base model 2.后训练 post-traning 1.conversation 人工标注 2、conversation to token
阅读全文
摘要:0.环境 0.1.依赖 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.release>17</maven.compiler.release> <maven
阅读全文
摘要:1.基本概念 LLM 大型语言模型(Large Language Model)的缩写。是一种通过海量文本数据训练,能够理解和生成人类语言的人工智能系统 token AI大模型调用中,模型处理文本的基本单位。各家算法切字逻辑,但是大致一个token约等于一个汉字左右。 具体可以看各家厂商提供的切词可视
阅读全文
摘要:1.获取api-key https://bailian.console.aliyun.com/#/home 个人主页获取 2.依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter
阅读全文

浙公网安备 33010602011771号