Skip to content

Commit a4a7008

Browse files
authored
[Docs] Fix build on other langs (#42485)
* fix * albert missed ouch
1 parent 6587d77 commit a4a7008

25 files changed

+25
-73
lines changed

docs/source/ja/model_doc/albert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ ALBERTモデルは、「[ALBERT: A Lite BERT for Self-supervised Learning of Lan
6060
## AlbertTokenizer
6161

6262
[[autodoc]] AlbertTokenizer
63-
- build_inputs_with_special_tokens
6463
- get_special_tokens_mask
65-
- create_token_type_ids_from_sequences
6664
- save_vocabulary
6765

6866
## AlbertTokenizerFast

docs/source/ja/model_doc/bert.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,12 @@ BERT を始めるのに役立つ公式 Hugging Face およびコミュニティ
133133
## BertTokenizer
134134

135135
[[autodoc]] BertTokenizer
136-
- build_inputs_with_special_tokens
137136
- get_special_tokens_mask
138-
- create_token_type_ids_from_sequences
139137
- save_vocabulary
140138

139+
## BertTokenizerLegacy
140+
141+
[[autodoc]] BertTokenizerLegacy
141142

142143
## BertTokenizerFast
143144

docs/source/ja/model_doc/big_bird.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ BigBird は、質問応答や要約などのさまざまな NLP タスクのパ
7272
## BigBirdTokenizer
7373

7474
[[autodoc]] BigBirdTokenizer
75-
- build_inputs_with_special_tokens
7675
- get_special_tokens_mask
77-
- create_token_type_ids_from_sequences
7876
- save_vocabulary
7977

8078
## BigBirdTokenizerFast

docs/source/ja/model_doc/blenderbot-small.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ Blender チャットボット モデルは、[Recipes for building an open-domai
6161
## BlenderbotSmallTokenizer
6262

6363
[[autodoc]] BlenderbotSmallTokenizer
64-
- build_inputs_with_special_tokens
6564
- get_special_tokens_mask
66-
- create_token_type_ids_from_sequences
6765
- save_vocabulary
6866

6967
## BlenderbotSmallTokenizerFast

docs/source/ja/model_doc/blenderbot.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,10 @@ Blender チャットボット モデルは、[Recipes for building an open-domai
8181
## BlenderbotTokenizer
8282

8383
[[autodoc]] BlenderbotTokenizer
84-
- build_inputs_with_special_tokens
8584

8685
## BlenderbotTokenizerFast
8786

8887
[[autodoc]] BlenderbotTokenizerFast
89-
- build_inputs_with_special_tokens
9088

9189
## BlenderbotModel
9290

docs/source/ja/model_doc/camembert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ Bi-direction Encoders for Transformers (BERT) のフランス語版である Cam
6060
## CamembertTokenizer
6161

6262
[[autodoc]] CamembertTokenizer
63-
- build_inputs_with_special_tokens
6463
- get_special_tokens_mask
65-
- create_token_type_ids_from_sequences
6664
- save_vocabulary
6765

6866
## CamembertTokenizerFast

docs/source/ja/model_doc/clip.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ CLIP を使い始めるのに役立つ公式 Hugging Face およびコミュニ
118118
## CLIPTokenizer
119119

120120
[[autodoc]] CLIPTokenizer
121-
- build_inputs_with_special_tokens
122121
- get_special_tokens_mask
123-
- create_token_type_ids_from_sequences
124122
- save_vocabulary
125123

126124
## CLIPTokenizerFast

docs/source/ja/model_doc/code_llama.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,12 @@ LLaMA トークナイザーは、[sentencepiece](https://github.com/google/sente
111111
## CodeLlamaTokenizer
112112

113113
[[autodoc]] CodeLlamaTokenizer
114-
- build_inputs_with_special_tokens
115114
- get_special_tokens_mask
116-
- create_token_type_ids_from_sequences
117115
- save_vocabulary
118116

119117
## CodeLlamaTokenizerFast
120118

121119
[[autodoc]] CodeLlamaTokenizerFast
122-
- build_inputs_with_special_tokens
123120
- get_special_tokens_mask
124-
- create_token_type_ids_from_sequences
125121
- update_post_processor
126122
- save_vocabulary

docs/source/ja/model_doc/convbert.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ ConvBERT トレーニングのヒントは BERT のヒントと似ています
6666
## ConvBertTokenizer
6767

6868
[[autodoc]] ConvBertTokenizer
69-
- build_inputs_with_special_tokens
7069
- get_special_tokens_mask
71-
- create_token_type_ids_from_sequences
7270
- save_vocabulary
7371

7472
## ConvBertTokenizerFast

docs/source/ja/model_doc/deberta-v2.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,12 @@ v2 の新機能:
7474
## DebertaV2Tokenizer
7575

7676
[[autodoc]] DebertaV2Tokenizer
77-
- build_inputs_with_special_tokens
7877
- get_special_tokens_mask
79-
- create_token_type_ids_from_sequences
8078
- save_vocabulary
8179

8280
## DebertaV2TokenizerFast
8381

8482
[[autodoc]] DebertaV2TokenizerFast
85-
- build_inputs_with_special_tokens
86-
- create_token_type_ids_from_sequences
8783

8884

8985
## DebertaV2Model

0 commit comments

Comments
 (0)