tomorrow I'll be presenting my research about text embedding inversion to this group at 10am est! follow the link if you want to tune in
@jxmnop
-
Pretraining Without Attention: Novel ML Architecture Approach
By
–
oh yeah! That was Pretraining without attention: https://
arxiv.org/abs/2212.10544 -
OpenAI Ada Model Token Limit Technical Capabilities
By
–
What do you think openAI does for Ada? since it supports up to 8000 tokens.
-
V Information Quantum Computing Research Attempt Referenced
By
–
there already is one attempt to do this, in “V information”: https://
arxiv.org/abs/2002.10689 -

Programming with GPT-4 and Mathematica Made Simple
By
–
programming with gpt-4 + mathematica is a joy I used to be good at mathematica (at least, I knew the syntax well) but I've completely forgotten it but with gpt-4 i whipped this up in 60 seconds
-

Embedding Models: Lower Barrier Entry for AI Startups
By
–
the barrier to entry for training good embedding models is 100x lower than for training good LLMs – requires significantly less compute, expertise, and data. seems like a good area for building a business
-

Text Embeddings Dimensional Encoding Research Investigation
By
–
reading this thread and I feel obligated to shill my own research! I’ve been investigating this question wrt to text embeddings, specifically how many dimensions can perfectly encode text up to what length
-
Austrian Developer Masters Puzzle Solving with Prolog Language
By
–
have now pivoted to watching videos of this Austrian guy solving puzzles with Prolog. prolog is a beautiful language but I think it might be time for me to log off for the evening lol
-
Unconventional Animation Frame Timing Using Loop Instead Sleep
By
–
oh i like how instead of using a special 'sleep' to wait between animation frames he just does a for loop from 1 to 100 lol
-
Why Subroutines Matter in Assembly Programming
By
–
by the way this made me realize why subroutines help you out a lot in assembly. i thought you could just always use goto but if you want to call the function more than once you wont know which line to go back to at the end so you need a special 'call subroutine' and a 'return'
