Andybeyond commited on
Commit
62cb4c9
·
verified ·
1 Parent(s): 406e3c0

Create models/melody-gen/examples/generated_samples/README.md

Browse files
models/melody-gen/examples/generated_samples/README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Generated Samples Directory
2
+
3
+ This directory will be automatically populated with samples generated by the melody generation model through:
4
+ - Model inference scripts
5
+ - Notebook demonstrations
6
+ - Demo application outputs
7
+
8
+ ## Expected Content
9
+ Files will be automatically saved here during generation:
10
+ - MIDI files of generated melodies
11
+ - Audio preview files (if applicable)
12
+ - Generation parameters and metadata
13
+
14
+ ## File Naming Convention
15
+ Generated files will follow this pattern:
16
+ - `melody_[timestamp]_[parameters].midi`
17
+ - `melody_[timestamp]_[parameters].json` (metadata)
18
+
19
+ Note: Do not manually add files to this directory. All content will be programmatically generated through model inference.