Marianna
Marianna
Hi everyone! I was using Hugging Face datasets to process some very large datasets and found that it would be quite handy to have a feature that will allow to...
## Description Issue/s resolved: #814 ## Changes proposed: - Apply NumPy `squeeze` function to data that we read in `load_csv` function. It makes sure we don't get unnecessary dimensions to...
Create an example for Bidirectional LSTM neural network.
#### Changes Added docs on interactive demo of image registration with Konia (https://huggingface.co/spaces/kornia/image-registration-with-kornia) #### Type of change - [x ] 📚 Documentation Update - [ ] 🧪 Tests Cases -...
Implement the feature to filter videos by the similarity scores between text and video frames CLIP embeddings. Video Filter class [Colab demo](https://colab.research.google.com/drive/1-Dje77gXIlClhHGf1HMFBXZ3amx8G5fD?usp=sharing).