|
| 1 | +--- |
| 2 | +title: "SSoC ’25 Week 03 Update by Muhammad Haroon" |
| 3 | +excerpt: "Experimenting with temperature and top_p parameters in AudioGen model." |
| 4 | +category: "DEVELOPER NEWS" |
| 5 | +date: "2025-06-22" |
| 6 | +slug: "2025-06-22-ssoc-25-MuhammadHaroon-week03" |
| 7 | +author: "@/constants/MarkdownFiles/authors/muhammad-haroon.md" |
| 8 | +tags: "ssoc25,sugarlabs,week03,GenAI,MusicBlocks,Music" |
| 9 | +image: "assets/Images/GSOC.png" |
| 10 | +--- |
| 11 | + |
| 12 | +<!-- markdownlint-disable --> |
| 13 | + |
| 14 | +# Week 03 Progress Report by Muhammad Haroon |
| 15 | + |
| 16 | +**Project:** [Generative AI Instrument Sample Generation for Music Blocks](https://github.com/sugarlabs/GSoC/blob/master/Ideas-2025.md#Generative-AI-Instrument-Sample-Generation-for-Music-Blocks) |
| 17 | +**Mentors:** [Walter Bender](https://github.com/walterbender), [Sumit Srivastava](https://github.com/sum2it) |
| 18 | +**Assisting Mentors:** [Devin Ulibarri](https://github.com/pikurasa) |
| 19 | +**Reporting Period:** 2025-06-09 - 2025-06-15 |
| 20 | + |
| 21 | +--- |
| 22 | + |
| 23 | +## Goals for This Week |
| 24 | + |
| 25 | +- **Goal 1:** Generate more samples using AudioGen and save them in Google Drive. |
| 26 | +- **Goal 2:** Experiment with temperature and top_p parameters in AudioGen. |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +## This Week's Achievements |
| 31 | + |
| 32 | +1. **Generated more samples using AudioGen model** |
| 33 | + - I was able to generate more samples from AudioGen model and saved them in [Google Drive](https://drive.google.com/drive/folders/10UZzts_AuIe1AypJm9v4ll0NQ0tdkHEI?usp=drive_link). |
| 34 | + |
| 35 | +2. **Experimented with different values of temperature and top_p** |
| 36 | + - I created a [Google Sheet](https://docs.google.com/spreadsheets/d/1tFjL4bXAyB-Z7Fxj4cqiS4_pRkAGo3gKgs-CZVmkFYk/edit?gid=0#gid=0) where I experimented with generating sound samples using different temperature and top_p values. By recording the results, I was able to determine which parameter settings produce more meaningful sound samples. |
| 37 | + |
| 38 | +--- |
| 39 | + |
| 40 | +## Key Learnings |
| 41 | + |
| 42 | +- I gained an understanding of the key parameters temperature and top_p, which are used to tune the output for specific use cases. This [article](https://medium.com/@1511425435311/understanding-openais-temperature-and-top-p-parameters-in-language-models-d2066504684f) was helpful in understanding these concepts. |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +## Next Week's Roadmap |
| 47 | + |
| 48 | +- To further explore the effects of the temperature and top_p parameters. |
| 49 | +- To find an effective method for removing silence and noise from the audio. |
| 50 | + |
| 51 | +--- |
| 52 | + |
| 53 | +## Acknowledgments |
| 54 | + |
| 55 | +Thank you to my mentors, the Sugar Labs community, and fellow GSoC contributors for ongoing support. |
| 56 | + |
| 57 | +--- |
0 commit comments