leonhuene
leonhuene
@gnhdnb Hey thanks so much for sharing your code! This was really helpful in extracting embeddings from the original model they shared. I'd like to know though how I might...
Never mind! Sorry I figured it out. All I had to do was convert `chunk_length` to int. I was assuming that it couldn't be converted because it was something like...
@gpt2ent Thanks so much for making this function! If I understand correctly, this will allow for a kind of measurement of probability? The lower the more probable? For those who...
@gpt2ent What I essentially want to do is given 2 sentences, get the more probable sentence, e.g.: "I am eating a" continuation: "sandwich in the garden" probability: 0.8 "I am...
No worries! Super grateful you made this, thank you so much.
@vicgalle Is this available via the API now? Also is the API able to return embeddings?