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", " - BertAttention\n",
" - BertIntermediate\n", " - BertIntermediate\n",
" - BertOutput\n", " - BertOutput\n",
" - BertPooler" " - BertPooler"
], ],
"metadata": {} "metadata": {}
}, },

View File

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