File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
keras_nlp/src/models/phi3 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Phi3CausalLM(CausalLM):
3030 tokens. This task setup can be used to train the model unsupervised on
3131 plain text input, or to autoregressively generate plain text similar to
3232 the data used for training. This task can be used for pre-training or
33- fine-tuning a LLaMA model, simply by calling `fit()`.
33+ fine-tuning a Phi-3 model, simply by calling `fit()`.
3434
3535 This model has a `generate()` method, which generates text based on a
3636 prompt. The generation strategy used is controlled by an additional
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- """Llama model preset configurations."""
14+ """Phi-3 model preset configurations."""
1515
1616# Metadata for loading pretrained model weights.
1717backbone_presets = {
You can’t perform that action at this time.
0 commit comments