Loading video...

Video Failed to Load

Go Home

The code for σ-GPT is out! Feel free to experiment with it here: It extends the François Fleuret picoclvr (non-nlp tasks) and Andrej Karpathy nanoGPT (text) codebases, with an additional KV-Cache from IRIS by Vincent Micheli and Eloi Alonso. (links below)

12,611 views • 2 years ago •via X (Twitter)

5 Comments

Arnaud Pannatier's profile picture
Arnaud Pannatier2 years ago

picoclvr: nanoGPT: IRIS (for KV-Cache, and go check the whole project it's amazing): σ-GPT:

Lab4crypto's profile picture
Lab4crypto1 year ago

🚀 Don't gamble with your portfolio! Use our advanced hybrid quant risk tool using on/off-chain data and make informed decisions. 📈 Acess to 1000+ charts for your crypto journey. 📚Join our Premium Telegram for daily alerts. 📊+21 projects supported. 🏗️ Beginners and experts.

k_zer0s's profile picture
k_zer0s2 years ago

@francoisfleuret @karpathy @micheli_vincent @EloiAlonso1 👍

Chris Krempel's profile picture
Chris Krempel2 years ago

@francoisfleuret @karpathy @micheli_vincent @EloiAlonso1 very! interesting. Is the only thing I need to adjust `def order` for a new learning/ randomization scheme? Let's say I want to gradually move from masking random cells in a table to masking out a whole column?!

Arnaud Pannatier's profile picture
Arnaud Pannatier2 years ago

@francoisfleuret @karpathy @micheli_vincent @EloiAlonso1 Yeah changing will let you use any kind of ordering. But if you want to be able to change on the fly at generation time, you need to keep a random order during training. But σ-GPT does not use masking like BERT it is causal like a standard GPT.

Related Videos