Skip to content

Commit 665174f

Browse files
authored
Small DeBERTa Docstring Fixes (#666)
* Small DeBERTa docstring fixes * Small edit
1 parent 49c5486 commit 665174f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keras_nlp/models/deberta_v3/deberta_v3_presets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
},
9191
"preprocessor_config": {},
9292
"description": (
93-
"Base size of DeBERTaV3. "
93+
"Large size of DeBERTaV3. "
9494
"Trained on English Wikipedia, BookCorpus and OpenWebText."
9595
),
9696
"weights_url": "https://storage.googleapis.com/keras-nlp/models/deberta_v3_large_en/v1/model.h5",

keras_nlp/models/deberta_v3/deberta_v3_tokenizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def from_preset(
9797
preset,
9898
**kwargs,
9999
):
100-
"""Instantiate anDeBERTa tokenizer from preset vocabulary.
100+
"""Instantiate a DeBERTa tokenizer from preset vocabulary.
101101
102102
Args:
103103
preset: string. Must be one of {{names}}.

0 commit comments

Comments
 (0)