Maxwell's Blogllm课程资料 from geektime

llm课程资料 from geektime

Created2025-04-15|Updated2025-06-26|Ai
|Post Views:
Author: maxwell
Link: http://huangshuai.top/2025/04/15/Ai/geektime-llm-resource/
Copyright Notice: All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
llm
Previous
llm学习笔记
ai时代,个人学习还重要吗?大佬们都在学,不学习还干嘛呢? MCPHuggingface学习目标 使用huggingface提供的模型和transformers api完成各类推理任务 transformers使用 huggingface中autoXXX的类,都是通过from_pretrained()函数,传入模型名字字符串自动加载对应的模型,免去用户手动导入特定的模型类(模型实在太多了) 模型被下载到(ubuntu): .cache/huggingface/hub/model-name/下的blob目录下,snapshot下存放的是链接到模型文件的softlink,可以看到有config.json | model.safetensors | tokenizer_config.json | vocab.txt这些文件,vocab.txt是词汇表,model.safetensor是模型参数,safetensor是huggingface的参数文件格式,比pytorch的bin更安全(不会被恶意代码注入),可以用pip...
Next
AI Security
i am working on security and i will keep updating myself FRAMEWORK Google’s Secure AI Framework (SAIF) OWASP AI Security openais-approach-to-external-red-teaming TOOLSprompt注入 promptfoo who-is-gandalf甘道夫项目 llm-attacks giskard
Related Articles
2025-03-07
笔记:深入了解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...
2025-03-21
llm学习笔记
ai时代,个人学习还重要吗?大佬们都在学,不学习还干嘛呢? MCPHuggingface学习目标 使用huggingface提供的模型和transformers api完成各类推理任务 transformers使用 huggingface中autoXXX的类,都是通过from_pretrained()函数,传入模型名字字符串自动加载对应的模型,免去用户手动导入特定的模型类(模型实在太多了) 模型被下载到(ubuntu): .cache/huggingface/hub/model-name/下的blob目录下,snapshot下存放的是链接到模型文件的softlink,可以看到有config.json | model.safetensors | tokenizer_config.json | vocab.txt这些文件,vocab.txt是词汇表,model.safetensor是模型参数,safetensor是huggingface的参数文件格式,比pytorch的bin更安全(不会被恶意代码注入),可以用pip...
avatar
maxwell
Articles
18
Tags
9
Categories
4
Contents
  1. 1. 微调
    1. 1.1. 课件
Recent Posts
ai agent2025-07-02
词汇分组对比2025-07-01
to-do-list2025-06-26
后端开发工具链2025-06-26
前端开发工具链2025-06-25
©2019 - 2025 By maxwell
Framework Hexo|Theme Butterfly