Improve documentation coverage for Phobert (#9427)

* first commit

* change phobert to phoBERT as per author in overview

* v3 and v4 both runs on same code hence there is no need to differentiate them

Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
This commit is contained in:
Qbiwan
2021-01-06 23:04:32 +08:00
committed by GitHub
parent be898998bb
commit ecfcac223c
3 changed files with 60 additions and 2 deletions

View File

@@ -402,8 +402,6 @@ SHOULD_HAVE_THEIR_OWN_PAGE = [
"BertJapaneseTokenizer",
"CharacterTokenizer",
"MecabTokenizer",
# Phoebus
"PhobertTokenizer",
# Benchmarks
"PyTorchBenchmark",
"PyTorchBenchmarkArguments",