Skip to content

Commit d0e4f1c

Browse files
authored
SSoC' 25 blog post for week 03 by Muhammad Haroon (#241)
* ssoc-week03-update * update week03 blogpost
1 parent 19992ec commit d0e4f1c

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

src/constants/MarkdownFiles/posts/2025-06-08-ssoc-2025-MuhammadHaroon-week01.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ category: "DEVELOPER NEWS"
55
date: "2025-06-08"
66
slug: "2025-06-08-ssoc-25-MuhammadHaroon-week01"
77
author: "@/constants/MarkdownFiles/authors/muhammad-haroon.md"
8-
description: "SSoC'25 Contributor working on Generative AI Instrument Sample Generation for Music Blocks"
98
tags: "ssoc25,sugarlabs,week01,GenAI,MusicBlocks,Music"
109
image: "assets/Images/GSOC.png"
1110
---

src/constants/MarkdownFiles/posts/2025-06-15-ssoc-2025-MuhammadHaroon-week02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ category: "DEVELOPER NEWS"
55
date: "2025-06-15"
66
slug: "2025-06-15-ssoc-25-MuhammadHaroon-week02"
77
author: "@/constants/MarkdownFiles/authors/muhammad-haroon.md"
8-
description: "SSoC'25 Contributor working on Generative AI Instrument Sample Generation for Music Blocks"
98
tags: "ssoc25,sugarlabs,week02,GenAI,MusicBlocks,Music"
109
image: "assets/Images/GSOC.png"
1110
---
@@ -54,6 +53,7 @@ image: "assets/Images/GSOC.png"
5453
## Next Week's Roadmap
5554

5655
- Generate more samples using AudioGen and save them in Google Drive.
56+
- Experiment with temperature and top_p parameters in AudioGen.
5757

5858
---
5959

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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

Comments
 (0)