I wouldn't revert the training you've done just yet. Try maxing out the thresholds 1st and see if you still show ~20% trims. If you do, then maybe it is the training.
Neurons are essentially the brain cells of the neural network. Sizing it to have enough, but not too many, can be tricky. A Hellcat has 11 neurons. I went with 14 because a previous tuner I worked with had good results using 14 on the GPEC2A controller, so I just went with it.
The right number of neurons improves the efficiency of the network and results in better accuracy in the output prediction. I was surprised when my R/T only had 6, so I scaled it out.
Here's a good read on the subject, if you are technically inclined:
https://pmc.ncbi.nlm.nih.gov/articles/PMC8090920/
The trick is training the new neurons. If you just increase the neuron count, then export a file for training and run it through the web trainer .... The resulting trained file will have really messed up virtual VE tables because there are no preexisting weights or biases for the new neurons.
So what you have to do is export a file for training with the current setup (ie: before adding any new neurons), train it in the web trainer, then bring the trained file into VCM Editor. This should show you the current VE targets in the virtual VE tables. Copy all 25 virtual VE tables out, one at a time, and store the data in an excel file (I did one excel worksheet for each VE table).
Once you have all 25 copied and saved in an excel file, now increase the number of neurons in the ANN tab of the tune. Then export a new file for training, train it in the web trainer, and bring the result back to the NN Trainer in VCM Editor.
When you do that, the 25 VE tables will have some really strange values in them ... as expected due to the missing weights and biases. But you can fix that .... go back to your excel file and copy all of the stored VE values back to the VE tables in the NN Trainer in VCM Edit, overwriting all of the bad VE tables with the good data you saved previously. Now export the final results for training, and do the final step in the web trainer.
You can then apply the results from that final step to your tune and you will have weights and biases now populated correctly for all of the neurons you added, with targets using the same VE values you began the process with.
Once the neurons are added, and you have weights and biases populated with good data ... now you can just use the normal training process to dial in the VE with the benefit of more neurons.