James-Edmunds commited on
Commit
62b2ea5
·
verified ·
1 Parent(s): d889a46

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/generator/generator.py +14 -0
src/generator/generator.py CHANGED
@@ -280,6 +280,10 @@ General:
280
  - Prefer strong nouns and verbs over descriptive phrasing.
281
  - Avoid lines that read like explanations.
282
  - If a line contains multiple clauses, simplify it.
 
 
 
 
283
 
284
  Verses:
285
  - Verses may be detailed and scene-driven.
@@ -296,6 +300,11 @@ Hooks (Chorus / Refrain):
296
  - Avoid multi-clause sentences in hooks.
297
  - Avoid overly abstract or technical vocabulary in hooks unless it is the main phrase.
298
 
 
 
 
 
 
299
  Sound & Punch:
300
  - Favor strong consonant sounds and rhythmic phrasing in hooks.
301
  - Hooks should feel physically speakable in one breath.
@@ -310,6 +319,11 @@ Verses:
310
  - Select the strongest images; remove weaker supporting detail.
311
  - If a verse feels like a full timeline, compress it to its most impactful beats.
312
 
 
 
 
 
 
313
  Pre-Chorus:
314
  - 2-4 lines maximum.
315
  - Increase tension, do not restate the verse.
 
280
  - Prefer strong nouns and verbs over descriptive phrasing.
281
  - Avoid lines that read like explanations.
282
  - If a line contains multiple clauses, simplify it.
283
+ - All lyrics must read as natural spoken language.
284
+ - Avoid vague or invented idioms that do not clearly map to real speech.
285
+ - If a phrase sounds poetic but unclear, rewrite it in plainer language.
286
+ - Prioritize clarity over cleverness.
287
 
288
  Verses:
289
  - Verses may be detailed and scene-driven.
 
300
  - Avoid multi-clause sentences in hooks.
301
  - Avoid overly abstract or technical vocabulary in hooks unless it is the main phrase.
302
 
303
+ Hook Compression Pass:
304
+ - After drafting the hook, internally tighten it by ~30%.
305
+ - Simplify phrasing without losing emotional impact.
306
+ - Remove excess words before final output.
307
+
308
  Sound & Punch:
309
  - Favor strong consonant sounds and rhythmic phrasing in hooks.
310
  - Hooks should feel physically speakable in one breath.
 
319
  - Select the strongest images; remove weaker supporting detail.
320
  - If a verse feels like a full timeline, compress it to its most impactful beats.
321
 
322
+ Verse Tightening Pass:
323
+ - After drafting a verse, internally remove the least impactful ~30% of lines.
324
+ - Keep only lines that introduce new emotional information or sharp imagery.
325
+ - Avoid repetition of similar details within the same verse.
326
+
327
  Pre-Chorus:
328
  - 2-4 lines maximum.
329
  - Increase tension, do not restate the verse.