#API Fine-tuning Word Character Limit

7 messages · Page 1 of 1 (latest)

stoic valley
#

Hi everyone; so my team is working to train the API model to read long government contracts and spit back out necessary/significant information so we would be able to read such contracts efficiently. When using the data-preparation tool on API, I found that the model wants us to limit our entries to <2000 tokens -- has anyone else conducted projects in which they had to work around a character limit? Also, if so, are there any common errors/edge-cases that you've encountered with the data-preparation tool that I could run into when training this data? Thank you

night mesa
smoky dawn
#

How can I API Fine-tuning with chatGPT-turbo0301?
There is any JS code that do that?

echo bough
smoky dawn
#

So which one?

wintry idol
#

I'm also encountering the same issue. I tried chunking my text into 1500 words per chunk, then send it to ChatGPT.

I then store the response and then adjust the prompt into something like,

system: "Summarize someething. This was your previous answer. {previousAnswer}"
user: "Continue summarizing for the next text: {nextText}"

But the result is quite bad.