This commit is contained in:
erenup 2021-08-28 20:14:59 +08:00
parent 65f7a1f92a
commit 2d4cad92a7
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
" - BertAttention\n",
" - BertIntermediate\n",
" - BertOutput\n",
" - BertPooler"
" - BertPooler"
],
"metadata": {}
},

View File

@ -20,7 +20,7 @@
- BertAttention
- BertIntermediate
- BertOutput
- BertPooler
- BertPooler
***
## 1-Tokenization分词-BertTokenizer