Category: Data Science

Data Science related posts

August 22, 2023

Tensor Standard NumPy like indexing Joining Tensor Multiplying Tensors ๐Ÿ‘‰๐Ÿผ In-place operations Operations with _ suffix are in place in-place operations save some memory but can be problematic while computing derivatives because of an immediate loss of history. Therefore, it is discouraged. Bridge with NumPy ๐Ÿ‘‰๐Ÿผ Any change in tensor will reflect in the corresponding […]

April 27, 2021

Created an app to to zero shot classification using huggingface ๐Ÿค— library. In this app, I created a simple streamlit app to try out the zero-shot-classification pipeline provided by HuggingFace. Please take a look at the code here https://github.com/ygivenx/zero-shot-classifier-app Or try it yourself by running Make sure your docker memory is set to over 6GB.docker pull ygivenx/zero-shot-appdocker run -it […]