Michael Vandi

Results 3 comments of Michael Vandi

@emipc @transitive-bullshit @adminha is the 4097 limit based on tokens, characters or bytes?

You can do something like this ``` { "inputs": "What is Deep Learning?", "parameters": { "max_new_tokens": 300, "stop": ["", "", "}"] } } ``` Where parameters.stop is an array of...