Submitted by aicharades t3_10vnkj8 in MachineLearning
ShermanTSE t1_j7zdvyg wrote
Absolutely fantastic tool. How do I increase the number of characters in the output instead of fixing it at 4000 characters?
aicharades OP t1_j7zogh1 wrote
Try using the map page instead of map reduce.
If you want longer output than 4000 characters, that would be best.
It’s fast so you can run as many summary passes as you want.
Can explain how map works if helpful too.
ShermanTSE t1_j843jvs wrote
I couldn't find map page in wrotescan. Can you highlight to me how can I get it to work?
aicharades OP t1_j8bjsxr wrote
You can find map at http://www.wrotescan.com/Map_Only. It will break your document into 12000 character chunks then run the map prompt on each chunk.
ShermanTSE t1_j844jex wrote
I also get a RateLimitError recently when I tried
aicharades OP t1_j84a2g3 wrote
That must be a big document! I may need to adjust the code for more caching
Viewing a single comment thread. View all comments