Cyril
Cyril
I'm trying to do predictions with the pre-trained model and I keep running into the issue of; ``` Token indices sequence length is longer than the specified maximum sequence length...
TF2 changed the softmax cross entropy function, they removed the variable `dim` and recommended to use `axis`.
There are instructions on how to run it through the CMD UI, but how do I call the [gpt4all-unfiltered](https://the-eye.eu/public/AI/models/nomic-ai/gpt4all/gpt4all-lora-unfiltered-quantized.bin) model with the Python interface?