Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
PhysiQuantyΒ 
posted an update 23 days ago
Post
2976
🧬 Can an LLM speak in binary ?
βœ… YES ... RADIX 2 / VOCAB 4
PhysiQuanty/Binary-LLM-POC

πŸ€– >_ Can an LLM execute logic gates and boolean arithmetic ?

We need to create datasets :
- Neural Arithmetic and Logic Unit (NALU) 32 bits
- Neural Application Binary Interface (NABI) 32 bits

🎯 Optimal Instruction Set = RV32IMAF

This opens the way for code writing and execution by the LLMs themselves without an external CLI.

The more of us who want it, the more possible it will become ...

PhysiQuanty/Binary-Addition-LLM-POC
(10-bits binary addition : binary carry propagation, sampling no longer has any effect on the logits due to the fact that it is deterministic next token.)

Good πŸ‘πŸ½