摘要:
每天原地跑400个. 这种大幅度跳跃不是蹲起能替代的.全身运动还是跑步.限制于时间地点所以原地跑400个一天足够. 七种灵药: 喝水 锻炼 睡觉 晒太阳 大笑 深呼吸 泡脚 曾仕强说过. 人说话太多就会倒霉, 说话就像能量, 说多了,自己能量就弱了. 说出去的就容易出错. 问心一言润色: Below 阅读全文
摘要:
# transformsers 转onnx import os os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com' #加上这行之后又恢复以前的速度了! from transformers import AutoModel, AutoConfig, 阅读全文
摘要:
autohotkey更新2018-08-03,9点01 python ;把大写禁用了,因为确实基本不用.`表示删除,caplock+ijkl可以控制光标 SetCapsLockState , AlwaysOff ; caplock表示右,ctrl+caplock切换大小写 CapsLock::Sen 阅读全文
摘要:
graphrag的搜索逻辑: 参考 # https://github.com/gusye1234/nano-graphrag/blob/main/nano_graphrag/_op.py#L932 1.根据问题用在实体的向量化库里面搜索相关联的实体. 2.根据1里面的实体找到图中的实体节点node们 阅读全文
摘要:
print('模糊匹配') relation_search_res = milvus_client.search( collection_name=collection_name, data=[emb(wenti)], limit=top_k, output_fields=['jingque_txt 阅读全文
摘要:
pip install pdf2image sudo apt-get install poppler-utils from pdf2image import convert_from_path pdf_path = "2.pdf" images = convert_from_path(pdf_pat 阅读全文
摘要:
总结: 临街矩阵* 邻接矩阵转置的(i,j) 位置表示有多少种线路从元素A跳转一条边最终落到元素j的路线. 这个也叫1_degree. 阅读全文
摘要:
下载这个: https://wslstorestorage.blob.core.windows.net/wslblob/Ubuntu2404-240425.AppxBundle 下载地址:https://wslstorestorage.blob.core.windows.net/wslblob/ws 阅读全文
摘要:
下载地址:https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi 下载后直接双击安装,之后再重亲启动Debian,可以正常启动。 阅读全文
摘要:
HF_ENDPOINT=https://hf-mirror.com python 5.py 这样输入就会下载中国的镜像网站. 阅读全文
摘要:
提示词收集: shareGPT:只使用了英语, Berttopic聚类到1000类.我们每一类进行均匀抽样. 我们发现高质量的生成需要复杂的提示词. 微调: SFT, steerLM, rlhf, dpo. 阅读全文