随笔分类 -  AI

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