sidtandon2014
sidtandon2014
Hi, Could you please share the data URL for MALC, and training network FC-Densenets end to end?
### System Info I am trying to fine tune gemma 7b model in 4 bit with additional vocab and using following configuration, but getting NaN in train and eval loss....
### System Info ```Shell bitsandbytes==0.43.0 peft==0.10.0 trl==0.7.10 accelerate==0.27.1 transformers==4.38.1 ``` ### Information - [ ] The official example scripts - [X] My own modified scripts ### Tasks - [ ]...
I am trying to access an agent (with multiple tools) deployed on Agent Engine and using following code to query the remote engine but it is returning partial response ```...