会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
michaelchengjl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
44
下一页
2024年3月18日
linux中ls卡死的问题
摘要: linux中ls卡死的问题 linux操作部分目录出现ls 卡死的情况 产生原因 该文件夹中有一个服务挂载在该文件夹某一目录下,因突然关机等异常情况导致该服务无限制等待,机器重启后也不能正常连接 解决办法: #查看与该文件夹相应的服务挂载情况 mount -l #找到挂载的目录,取消挂载文件夹 su
阅读全文
posted @ 2024-03-18 11:16 michaelchengjl
阅读(332)
评论(0)
推荐(0)
2024年2月20日
LangChain 框架介绍及入门指南
摘要: LangChain 框架介绍及入门指南 https://github.com/langchain-ai/langchain https://zhuanlan.zhihu.com/p/620529542 http://shiyanjun.cn/archives/2613.html https://py
阅读全文
posted @ 2024-02-20 18:50 michaelchengjl
阅读(421)
评论(0)
推荐(0)
PyTorch 使用 TensorBoard 实现可视化
摘要: PyTorch 使用 TensorBoard 实现可视化 http://shiyanjun.cn/archives/2328.html
阅读全文
posted @ 2024-02-20 17:42 michaelchengjl
阅读(23)
评论(0)
推荐(0)
2024年2月1日
Python | json文件和jsonl文件
摘要: Python | json文件和jsonl文件 JSON 文件是使用 JSON(JavaScript Object Notation)格式存储数据的文件。它是一种结构化的文本格式,使用键值对的方式表示数据。 JSON 文件通常包含一个根对象,可以包含多个嵌套的对象、数组和基本数据类型。 而 JSON
阅读全文
posted @ 2024-02-01 15:39 michaelchengjl
阅读(7939)
评论(0)
推荐(0)
2023年12月28日
快速生成 AI 应用的框架对比:Gradio、Streamlit 和 Dash
摘要: 快速生成 AI 应用的框架对比:Gradio、Streamlit 和 Dash https://zhuanlan.zhihu.com/p/611828558 https://blog.csdn.net/sinat_26917383/article/details/127949670
阅读全文
posted @ 2023-12-28 12:18 michaelchengjl
阅读(1214)
评论(0)
推荐(0)
2023年11月22日
不同解码策略
摘要: 不同解码策略 https://www.cnblogs.com/miners/p/14950681.html https://blog.csdn.net/taoqick/article/details/123897960 https://zhuanlan.zhihu.com/p/442557114
阅读全文
posted @ 2023-11-22 16:02 michaelchengjl
阅读(30)
评论(0)
推荐(0)
2023年11月21日
huggingface下载的.arrow数据集读取与使用说明
摘要: huggingface下载的.arrow数据集读取与使用说明 from datasets import load_from_disk from datasets import load_dataset dataset_cnn = load_dataset("ccdv/cnn_dailymail",
阅读全文
posted @ 2023-11-21 16:58 michaelchengjl
阅读(1508)
评论(0)
推荐(1)
NLP QA数据集
摘要: NLP QA数据集 数据文档 背景描述 CNN/Daily Mail(简称CNN/DM)作为单文本摘要语料库,每篇摘要包含多个摘要句。数据集最初是从美国有限新闻网(CNN)和每日邮报网(Daily Mail)收集的约100万条新闻数据作为机器阅读理解语料库。后来进行简单改动,形成用于单文本生成式摘要
阅读全文
posted @ 2023-11-21 11:08 michaelchengjl
阅读(368)
评论(0)
推荐(0)
2023年11月3日
大模型部署加速
摘要: 大模型部署加速 https://zhuanlan.zhihu.com/p/659571962 https://github.com/internlm/lmdeploy https://github.com/InternLM/lmdeploy/blob/main/docs/zh_cn/kv_int8.
阅读全文
posted @ 2023-11-03 15:41 michaelchengjl
阅读(169)
评论(0)
推荐(0)
vLLM 部署大模型
摘要: vLLM 部署大模型 https://github.com/vllm-project/vllm/tree/v0.2.0 https://vllm.readthedocs.io/en/latest/getting_started/installation.html https://vllm.readt
阅读全文
posted @ 2023-11-03 15:30 michaelchengjl
阅读(1233)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
44
下一页
公告