Gemma4 Challenge
The Gemma 4 Challenge focuses on the development of a browser app called The G Factor, which utilizes a small model to generate music. This app operates without a server, running entirely in the browser and allowing users to create music through live coding. The project explores the concept of general intelligence in relation to small models and their capabilities across diverse tasks.
- ▪The G Factor is a browser-native live-coding companion for Strudel, generating music patterns directly in the browser.
- ▪The app allows users to judge musical contestants based on various axes, creating an interactive talent show experience.
- ▪Gemma 4 operates on a small model that likely did not encounter the niche live-coding language Strudel during its training.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3802552) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jowi A Posted on May 25 Gemma4 Challenge #devchallenge #gemmachallenge #gemma Gemma 4 Challenge: Write about Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Write About Gemma 4 In psychometrics there is a beautiful, slightly controversial idea called the g factor.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).