Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenzk
bert4torch_pytorch
Commits
fbf78007
Commit
fbf78007
authored
Oct 12, 2023
by
yangzhong
Browse files
update README
parent
addc6376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
README.md
+7
-3
No files found.
README.md
View file @
fbf78007
...
@@ -13,6 +13,7 @@ BERT的主模型是BERT中最重要组件,BERT通过预训练(pre-training
...
@@ -13,6 +13,7 @@ BERT的主模型是BERT中最重要组件,BERT通过预训练(pre-training
主模型由三部分构成:
**嵌入层**
、
**编码器**
、
**池化层**
。
主模型由三部分构成:
**嵌入层**
、
**编码器**
、
**池化层**
。
如图:
如图:


其中
其中
...
@@ -64,7 +65,10 @@ DTK驱动:dtk23.04
...
@@ -64,7 +65,10 @@ DTK驱动:dtk23.04
python:python3.7
python:python3.7
torch:1.13.1
torch:1.13.1
Tips:以上DTK、python、torch等DCU相关工具包,版本需要严格一一对应
Tips:以上DTK、python、torch等DCU相关工具包,版本需要严格一一对应
3.其它非特殊库参照requirements.txt安装
3.安装bert4torch
cd bert4torch
python3 setup.py install
4.其它非特殊库参照requirements.txt安装
```
```
## 数据集和预训练模型
## 数据集和预训练模型
...
@@ -121,11 +125,11 @@ cd examples/sequence_labeling/
...
@@ -121,11 +125,11 @@ cd examples/sequence_labeling/
### 算法类别
### 算法类别
自然语言处理
、文本分类、智能问答
自然语言处理
### 热点应用行业
### 热点应用行业
互联网
文本分类、智能问答、
互联网
## 源码仓库及问题反馈
## 源码仓库及问题反馈
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment