Skip to content

Commit

Permalink
Fix typo under Bart model in KerasHub Model Architectures documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Jan 31, 2025
1 parent 7a85372 commit 2afeb1a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/hub_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,19 +281,19 @@
"children": [
{
"path": "bart_tokenizer",
"title": "BertTokenizer",
"title": "BartTokenizer",
"generate": [
"keras_hub.tokenizers.BertTokenizer",
"keras_hub.tokenizers.BertTokenizer.from_preset",
"keras_hub.tokenizers.BartTokenizer",
"keras_hub.tokenizers.BartTokenizer.from_preset",
],
},
{
"path": "bart_backbone",
"title": "BertBackbone model",
"title": "BartBackbone model",
"generate": [
"keras_hub.models.BertBackbone",
"keras_hub.models.BertBackbone.from_preset",
"keras_hub.models.BertBackbone.token_embedding",
"keras_hub.models.BartBackbone",
"keras_hub.models.BartBackbone.from_preset",
"keras_hub.models.BartBackbone.token_embedding",
],
},
{
Expand Down

0 comments on commit 2afeb1a

Please sign in to comment.