logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

大模型模型结构总结

对比各个大模型的网络结构ps:使用自己的config,但是模型结构跟官方配置原理一致.chatglm3ChatGLMForConditionalGeneration((transformer): ChatGLMModel((embedding): Embedding((word_embeddings): Embedding(65024, 4096))...

大模型的评测

https://hf-mirror.com/spaces/HuggingFaceH4/open_llm_leaderboardHow it works???? We evaluate models on 7 key benchmarks using the Eleuther AI Language Model Evaluation Harness , a unified framework to

chatglm+langchain本地cpu实战.

#Setup envirnment #大概使用59个G内存.conda create -n langchain python=3.8.1 -yconda activate langchain# 拉取仓库git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git# 安装依赖cd langchain-ChatGLMp...

#python#git#github +1
chatglm_langchain_demo

#Setup envirnmentconda create -n langchain python=3.8.1 -yconda activate langchain# 拉取仓库git clone https://github.com/imClumsyPanda/langchain-ChatGLM.git# 安装依赖cd langchain-ChatGLMpython3 -m pi...

#python#git#github +1
llama源码阅读

收到这个启发:https://www.bilibili.com/video/BV1Cw411y7gs/?p=5&spm_id_from=pageDriver&vd_source=d68ed178f151e80fea1e02efd205802c原来的模型也可以自己单机低成本调试. 修改config里面参数即可. 下面这个我自己电脑跑debug, 用了2.6g内存.这个是调试...

#python#pytorch#开发语言 +1
pandas 处理带有 合并的单元格

【代码】pandas 处理带有 合并的单元格。

#pandas
chromadb的使用

【代码】chromadb的使用。

#python#开发语言
Xinference 常见bug: "detail": "Invalid input. Please specify the prompt."

"detail": "Invalid input. Please specify the prompt."if not messages or messages[-1].get("role") not in ["user", "system", "tool"]:raise HTTPException(status_code=400, detail="Invalid input. Pleas...

#bug#python#pandas +1
    共 31 条
  • 1
  • 2
  • 3
  • 4
  • 请选择