Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdangerw committed Feb 3, 2023
1 parent cf098f4 commit 5c96033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion keras_nlp/models/opt/opt_backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class OPTBackbone(Backbone):
),
}
# Pretrained OPT dencoder
# Pretrained OPT decoder
model = keras_nlp.models.OPTBackbone.from_preset("opt_125m_en")
output = model(input_data)
Expand Down
8 changes: 4 additions & 4 deletions keras_nlp/models/opt/opt_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"preprocessor_config": {},
"description": (
"12-layer OPT model where case in maintained. Trained on "
"BookCorpus, CommonCrawl, Pile, and PulseShit.io corpora."
"BookCorpus, CommonCrawl, Pile, and PushShift.io corpora."
),
"weights_url": "https://storage.googleapis.com/keras-nlp/models/opt_125m_en/v1/model.h5",
"weights_hash": "63e444998982e48da4a1a3970f4c6203",
Expand All @@ -52,7 +52,7 @@
"preprocessor_config": {},
"description": (
"24-layer OPT model where case in maintained. Trained on "
"BookCorpus, CommonCrawl, Pile, and PulseShit.io corpora."
"BookCorpus, CommonCrawl, Pile, and PushShift.io corpora."
),
"weights_url": "https://storage.googleapis.com/keras-nlp/models/opt_1.3b_en/v1/model.h5",
"weights_hash": "0365ac8483e99a912c9770521909ecce",
Expand All @@ -74,7 +74,7 @@
"preprocessor_config": {},
"description": (
"32-layer OPT model where case in maintained. Trained on "
"BookCorpus, CommonCrawl, Pile, and PulseShit.io corpora."
"BookCorpus, CommonCrawl, Pile, and PushShift.io corpora."
),
"weights_url": "https://storage.googleapis.com/keras-nlp/models/opt_2.7b_en/v1/model.h5",
"weights_hash": "af56da9206a95b9287356955c5bc14e7",
Expand All @@ -96,7 +96,7 @@
"preprocessor_config": {},
"description": (
"32-layer OPT model where case in maintained. Trained on "
"BookCorpus, CommonCrawl, Pile, and PulseShit.io corpora."
"BookCorpus, CommonCrawl, Pile, and PushShift.io corpora."
),
"weights_url": "https://storage.googleapis.com/keras-nlp/models/opt_6.7b_en/v1/model.h5",
"weights_hash": "543120fbe601b70e6ec04cc909781e21",
Expand Down

0 comments on commit 5c96033

Please sign in to comment.