keras-nlp
keras-nlp copied to clipboard
Compare Numeric with HF Model
Hi,
I wanted to find issues/todo's to contribute to Keras, so I searched for TODO in the codebase.
I found this specific todo appearing about 10 times - mostly in this directory keras_hub\src\utils\transformers .
TODO: compare numerics with huggingface model
What does this mean? Comparing the generated tokens/logits?
Thank you