keras-nlp icon indicating copy to clipboard operation
keras-nlp copied to clipboard

Modular Natural Language Processing workflows with Keras

Results 360 keras-nlp issues
Sort by recently updated
recently updated
newest added

https://github.com/facebookresearch/sam2 Also, is it possible to fine-tune [keras-sam](https://keras.io/keras_hub/guides/segment_anything_in_keras_hub/) on custom dataset? or current implementation only for inference?

type:feature

ModernBERT has been released on HuggingFace. Since you can already load models from there into a Keras Backbone, it would be interesting to know, if this works as well. https://huggingface.co/answerdotai/ModernBERT-base

type:feature

**Is your feature request related to a problem? Please describe.** I want to contribute the Phi-4 multimodal model. I plan to base the implementation off the [technical report](https://arxiv.org/pdf/2412.08905), so I...

type:feature

This PR is in continuation to the draft [PR ](https://github.com/keras-team/keras-hub/pull/2126). Converted Numpy and TF ops into Keras ops in whisper_audio_converter.py and in whisper_audio_converter_test.py

Falcon model converter is missing. Added the same. Fixes [#1988](https://github.com/keras-team/keras-hub/issues/1988)

WIP

**_Depth estimation is the process of determining the distance of objects from a viewpoint, which is crucial for various applications in computer vision, including autonomous driving, augmented reality, and 3D...

type:feature

https://step1x-edit.github.io/

type:feature

Currently the WhisperBacbone does not support logits output as we can see [here](https://github.com/openai/whisper/blob/517a43ecd132a2089d85f4ebc044728a71d49f6e/whisper/model.py#L245). This would be a building block for other tasks under Whisper Casual LLM. Test output has been...

stat:awaiting keras-eng