Hacker Newsnew | past | comments | ask | show | jobs | submit | aashu_dwivedi's commentslogin

can you elaborate what are the medical trials which are going on for this?



I’m skeptical it has basis in medicine, but I’m here to see too.


What does closed source mean in this context? The weights are open and the model architecture has to be open for people to use it for inference.


I think he was referring to Msty which is closed-source


I asked it the number of digits and a few more details, took a guess and it confirmed the secret code.


Darn too easy, I've updated the prompt.


Do you mean it's faster when the embeddings are pre-computed or is it faster when the embeddings are computed on the fly as well. Also, what's the recommended way to store the colbert embeddings as, because of the 2d nature of the embeddings it's not practical to store in a vector database.


Yes, ColBERT is fast because you can pre-compute most embeddings. It's important to compute documents embeddings only once. neural-cherche do not compute embeddings on the fly and the retrieve method ask for queries and documents embeddings rather than queries and documents texts.

Documents and queries embeddings can be obtained using .encode_documents and .encode_queries methods

I save most of my embeddings (python dictionnary with documents id as key and embeddings as values) using joblib in a Bucket in the cloud. I don't really know if it's a good pratice but it does scale fine to few millions documents for offline (no real-time) applications.


What are type A and Type B?



I keep my emacs org files in a repo. Which is pretty much the same thing.


I didn't remember them by name but after reading the wikipedia page, I remember they are the company which acquired Drangon systems in liu of a large number of stocks.


If I remember the story correctly the founders of Dragon Systems sued the bank that handled the acquisition. They claimed the bank convinced them to take stock and not cash at a point in time when the same bank already had been preparing for the inevitable bankruptcy of L&H. They lost because M&A was considered a different branch of the bank and not supposed to know about the imminent bankruptcy.

BTW: The founders of Dragon Systems are a married couple with an interesting bio too.


You should definitely consider it, I am a graduate from the same program :)


The assignments in the old course are in matlab. There are also unofficial assignments available in python. They can also be submitted for grades in coursera. You might want to have a look at them.


Good tip, thank you!


How are you going about it?


Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: