Norod78 commited on
Commit
2e2849f
1 Parent(s): 2010d1b

Max 64 tokens, down from 128

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ description = "<p align=\"right\">✨ נונסנס כיס</p>"
6
  article = "<p align=\"right\">אימן: <a href=\"https://linktr.ee/Norod78\">דורון אדלר</a> באמצעות: <a href=\"https://story.kan.org.il/robo_shaul\">מאגר המידע של רובושאול</a></p>"
7
  model_id = "./model"
8
  text_generator = pipeline('text-generation', model=model_id, tokenizer=model_id)
9
- max_length = 128
10
  top_k = 40
11
  top_p = 0.92
12
  temperature = 0.98
 
6
  article = "<p align=\"right\">אימן: <a href=\"https://linktr.ee/Norod78\">דורון אדלר</a> באמצעות: <a href=\"https://story.kan.org.il/robo_shaul\">מאגר המידע של רובושאול</a></p>"
7
  model_id = "./model"
8
  text_generator = pipeline('text-generation', model=model_id, tokenizer=model_id)
9
+ max_length = 64
10
  top_k = 40
11
  top_p = 0.92
12
  temperature = 0.98