Giter Site home page Giter Site logo

hustai.github.io's Introduction

知识分享

修改流程

推荐使用 pnpm 包管理工具

  1. 安装Node>=16.0.0
  2. 使用 npm install -g pnpm 安装
  3. 克隆本仓库代码 https://github.com/HUSTAI/HUSTAI.github.io.git
  4. 运行pnpm install 初始化项目
  5. 本地修改完成之后运行 pnpm docs:dev,确保没有问题再提交

添加文章

category 请从以下类别中选择

  • 检索增强生成RAG
  • 语言模型(LLM)
  • 提示技术(Prompt)
  • 微调技术(Finetune)
  • 评估方法(Eval)
  • 数据集(Dataset)
  • 大模型推理(Reasoning)
  • Token、分词

src/zh/posts/${category} 目录下增加一个新的 md 文件,参考配置来设置 Frontmatter

添加图片

  1. public/assets/images/${category} 路径下存放图片文件,文件名示例 bytetransformer1.png
  2. md 文档中添加图片,上下各空一行以正确显示图片标题
![alt name](/assets/images/${category}/image.xxx "image title")

添加公式

单个$符代表行内公式,两个$符代表行外居中公式。 添加\tag标签为公式添加序号。

$$
f(x)=2x^2
\tag {1.2}
$$

添加参考文献

此操作过时,参考最新文章添加即可。

  1. 添加锚点
aaa[^锚点文字]
  1. 在文档末尾描述锚点
[^锚点文字]: 这是对锚点文字的介绍

更多功能和问题请参考:

curl -fsSL https://get.pnpm.io/install.sh | sh -

hustai.github.io's People

Contributors

sheli00 avatar shbone avatar liuxiaocs7 avatar vichayturen avatar cs1137195420 avatar heiheiyoyo avatar memory455 avatar guogaiblueelephant avatar

Stargazers

kaimin wang avatar Hongwei Jiang avatar  avatar vencent,W.jun avatar  avatar  avatar  avatar

Forkers

cs1137195420

hustai.github.io's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.