tawsif

Results 51 comments of tawsif

did you try downgrading the node version? btw what node version you're on? @rclements23

thanks for your response. I suspected the same. I am aware of the limitations of transfer-learning in Classical Deep Learning but its interesting know about Quantum faces the same problem....

@CatalinaAlbornoz I think I have identified the problem. The way the tutorial was written, it oversimplified a lot of concepts in QCNN. I read a few papers, don't really have...

thanks for reference, it worked and my issue is resolved!

I though I had fixed it but unfortunately I am geetting the error: **AttributeError: 'list' object has no attribute 'float'** again. It turns out while I was running it on...

thank you for the comments. @CatalinaAlbornoz @KetpuntoG I was aware of the differences between architecture but I was not sure which particular code/code cell was causing the error. I am...

TinyStories, paper is not necessarily a code intensive paper. If you read the paper, the main focus was to limit GPT model with very low params and much importance was...

@kevinintel what do you think of using **Late chunk** for generating our full-text wiki's embeddings https://colab.research.google.com/drive/1IIAHEomlhUAisIz1NJTdVdtq-2A0SSCS?usp=sharing\ It's specifically designed to leverage higher context window made available by recent mother Embedding...

https://huggingface.co/datasets/laion/Wikipedia-X https://huggingface.co/datasets/laion/Wikipedia-X-Full the datasets for both Abstract and full of wikipedia in 17 different languages are created. Embeddings are being run on a 3090 server. (my repo has the updated...