Create models/lyrics-gen/examples/generated_samples/README.md
Browse files
models/lyrics-gen/examples/generated_samples/README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Generated Samples Directory
|
2 |
+
|
3 |
+
This directory will be automatically populated with samples generated by the lyrics 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 |
+
- Text files containing generated lyrics
|
11 |
+
- JSON files with generation parameters and metadata
|
12 |
+
- Performance metrics for each generation
|
13 |
+
|
14 |
+
## File Naming Convention
|
15 |
+
Generated files will follow this pattern:
|
16 |
+
- `lyrics_[timestamp]_[style]_[theme].txt` (lyrics content)
|
17 |
+
- `lyrics_[timestamp]_[style]_[theme].json` (metadata including:
|
18 |
+
- Generation parameters
|
19 |
+
- Model version
|
20 |
+
- Prompt details
|
21 |
+
- Performance metrics)
|
22 |
+
|
23 |
+
## Generation Metadata
|
24 |
+
Each generation will include:
|
25 |
+
- Original prompt
|
26 |
+
- Generation parameters
|
27 |
+
- Style and theme tags
|
28 |
+
- Generation timestamp
|
29 |
+
- Model version used
|
30 |
+
|
31 |
+
Note: Do not manually add files to this directory. All content will be programmatically generated through model inference.
|