上一页 1 2 3 4 5 6 7 ··· 111 下一页
摘要: # Tokenization > 注:作为术语的“tokenization”在中文中尚无共识的概念对应,本文档采用英文表达以利说明。 Qwen-7B采用UTF-8字节级别的BPE tokenization方式,并依赖`tiktoken`这一高效的软件包执行分词。Qwen-7B中有两类token,即源 阅读全文
posted @ 2025-09-05 17:05 aiplus 阅读(31) 评论(0) 推荐(0)
摘要: 学习如何使用可观测监控 Prometheus 版为ECS集群配置相关的告警规则。 可观测监控 Prometheus 版全面对接开源Prometheus生态,支持类型丰富的组件监控,提供多种开箱即用的预置监控大盘和告警配置,且提供全面托管的Prometheus服务。 ECS(Elastic Compu 阅读全文
posted @ 2025-09-05 17:04 aiplus 阅读(11) 评论(0) 推荐(0)
摘要: import matplotlib.pyplot as plt # 定义数据 years = ["2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017H", "2018", "2019", "2020", "2021", "2022 阅读全文
posted @ 2025-09-05 09:34 aiplus 阅读(5) 评论(0) 推荐(0)
摘要: 右键 编辑 按比例或者 按px 变小 等比例变小 另存为 png 缩小 阅读全文
posted @ 2025-09-02 14:40 aiplus 阅读(3) 评论(0) 推荐(0)
摘要: # wget https://youzai.pgyd.online/simsun.ttc import matplotlib.pyplot as plt import matplotlib.font_manager as fm # 直接使用字体文件路径 font_path = 'simsun.ttc 阅读全文
posted @ 2025-09-02 14:21 aiplus 阅读(6) 评论(0) 推荐(0)
摘要: #IP地址取自国内髙匿代理IP网站:http://www.xicidaili.com/nn/ from bs4 import BeautifulSoup import requests,random def get_ipInfors(url, headers): ''' 爬取IP数据,单个IP信息以 阅读全文
posted @ 2025-09-01 17:21 aiplus 阅读(6) 评论(0) 推荐(0)
摘要: 机器学习 (Machine Learning) ├── 监督学习 (Supervised Learning) │ ├── 线性回归 (Linear Regression) │ ├── 逻辑回归 (Logistic Regression) │ ├── 决策树 (Decision Trees) │ ├─ 阅读全文
posted @ 2025-09-01 14:56 aiplus 阅读(10) 评论(0) 推荐(0)
摘要: 1,注册 Gnews API 账号 注册地址:https://gnews.io/dashboard 邮箱就可以注册: 每日 100次请求免费。 2,获取 请求连接 ,apikey 请求连接 https://docs.gnews.io/authentication 3,n8n 请求连接 json GE 阅读全文
posted @ 2025-08-27 21:55 aiplus 阅读(28) 评论(0) 推荐(0)
摘要: 1,docker 安装 rsshub 1)下载镜像 docker pull diygod/rsshub:chromium-bundled 停止以前的 docker stop rsshubdocker rm rsshub 2)启动带有浏览器插件的 镜像 docker run -d --name rss 阅读全文
posted @ 2025-08-27 21:34 aiplus 阅读(123) 评论(0) 推荐(0)
摘要: crawl4ai 项目地址 github地址: https://github.com/unclecode/crawl4ai Crawl4ai官网: https://crawl4ai.com/ 在线工具,生成 sitemaps.XML 文件夹 xml-sitemaps.com 阅读全文
posted @ 2025-08-25 14:27 aiplus 阅读(28) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 111 下一页
悬浮按钮示例