笔记:深入了解LLMs
介绍llm的一些入门扫盲知识,🤓️ai大神karpathy总结的比较全面,看完有些收获记录下。视频地址:Deep Dive into LLMs like ChatGPT is on under-the hood fundamentals of LLMs.How I use LLMs is a more practical guide to examples of use in my own life.Intro to Large Language Models is a third, parallel, more optional video from a longer time ago. 总结glasp ai总结 翻译 概念CoT通过简单的 “请一步步思考再回答” 这样的提示,模型的表现就会大幅提升,这就是 提示词工程 的典型应用。 让模型使用工具解决数学问题Q: 9.11和9.9哪个大(use code)A: 9.9 fine web一个公开的爬虫项目,爬取互联网的英文文本 fineweb common crawl一个共享的爬虫项目 common...
工具收藏
web 前端工具图片类 图片压缩 svg to ico convertio.co 在线图片编辑fotor功能非常强大国内版 背景去除 remove.bg icon 阿里icons [iconfont]https://www.iconfont.cn/ 免费icon flaticon 免费icon icones.js 自定义icon生成 favicon.io 免费icon可以导出svg代码 css.gg
前端开发
2025又开始写前端啦,一些学到的新TIPS😎️ 初试typescrpt🤔️在代码中加入类型标注,增加了部分工作量,但不一定会降低效率,某些开发工具依赖类型系统可以有更好的功能,从而提升开发体验…ts教程npm install -g typescript使用vue-tsc命令进行类型检查,在package.json可以配置在开启 Vite 开发服务器的同时以侦听模式运行 vue-tsc,123456789"scripts": { "dev": "concurrently \"vite\" \"vue-tsc --watch\"", // 这里 "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", ...
issue-pylance-dont-work-with-django-models
vscode 中 pylance 无法解析 django 外建关联的对象的属性 根据这篇贴子提到
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment About ButterflyButterfly is a minimal and elegant...