shkomrr commited on
Commit
eb645e8
·
verified ·
1 Parent(s): b211e05

Upload 3 files

Browse files
Files changed (1) hide show
  1. Model_improv.py +2 -2
Model_improv.py CHANGED
@@ -136,8 +136,8 @@ def reconstruct_words(sequence: str) -> str:
136
  # --------------------
137
  # 9. Example Usage
138
  # --------------------
139
- seed = "niilam"
140
- raw_output = generate_sequence(seed, next_tokens=20, temperature=0.7)
141
  print("Generated phoneme sequence:", raw_output)
142
 
143
  roman_urdu = reconstruct_words(raw_output)
 
136
  # --------------------
137
  # 9. Example Usage
138
  # --------------------
139
+ seed = "zindagi ek"
140
+ raw_output = generate_sequence(seed, next_tokens=7, temperature=0.7)
141
  print("Generated phoneme sequence:", raw_output)
142
 
143
  roman_urdu = reconstruct_words(raw_output)