-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: post | ||
title: NPL questions | ||
date: 2023-01-01 | ||
tags: [nlp] | ||
categories: | ||
- nlp | ||
--- | ||
|
||
# LLM | ||
# 待整理 | ||
- 文本生成的重复问题 | ||
- 介绍下 ChatGLM | ||
- 介绍下 CRF | ||
- 介绍下 Deepspeed 的 zero | ||
- 介绍下 Adam 的原理和思想 | ||
- FP16,BP16 区别 | ||
- 介绍下 GLU 和 SwiGLU | ||
- 介绍下 Lora | ||
- 介绍下 Lamma 系列 | ||
- 介绍下 Transformer | ||
- 介绍下 BART,以及 BART 与 T5 的区别 | ||
- BN 和 LN | ||
- 介绍下交叉熵 | ||
- 几个位置编码的区别 | ||
- 详细介绍下旋转位置编码 | ||
- 简单介绍下分词方式 | ||
- 用 torch 实现欧氏距离 | ||
- 三大并行方式 | ||
- 大小王概率题 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
layout: post | ||
title: NPL questions | ||
date: 2023-01-01 | ||
tags: nlp | ||
categories: nlp | ||
author: berrysleaf | ||
--- | ||
* content | ||
{:toc} | ||
|
||
|
||
# LLM | ||
# 待整理 | ||
- 文本生成的重复问题 | ||
- 介绍下 ChatGLM | ||
|
||
|
||
|
||
- 介绍下 CRF | ||
- 介绍下 Deepspeed 的 zero | ||
- 介绍下 Adam 的原理和思想 | ||
- FP16,BP16 区别 | ||
- 介绍下 GLU 和 SwiGLU | ||
- 介绍下 Lora | ||
- 介绍下 Lamma 系列 | ||
- 介绍下 Transformer | ||
- 介绍下 BART,以及 BART 与 T5 的区别 | ||
- BN 和 LN | ||
- 介绍下交叉熵 | ||
- 几个位置编码的区别 | ||
- 详细介绍下旋转位置编码 | ||
- 简单介绍下分词方式 | ||
- 用 torch 实现欧氏距离 | ||
- 三大并行方式 | ||
- 大小王概率题 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -609,6 +609,6 @@ | |
], | ||
[ | ||
"2023-12-22", | ||
-600 | ||
-488 | ||
] | ||
] |