Samarth Sarin
Samarth Sarin
Just wanted to understand what exactly is the difference between train.py and train_lora.py? What difference can I expect in the final fine tuned model's output. Also, can you recommend any...
Can you please provide a ipynb notebook which shows steps for fine tuning this model on custom data?
What is the argument and command line for running the fine tuning code of Flan T5?
Hi Team, Can someone please provide the command line instruction to execute train_lora.py file as the readme only contains the command for train_mem.py Thank you
Hi Team, First of all I would like to say the model is very good in answering questions. Great work by the team. Just a suggestion if you can help...
While tuning I am getting the following error. AssertionError: No inf checks were recorded for this optimizer. Can anyone help me with this? Here are my training arguments: per_device_train_batch_size=2, warmup_steps=100,...
Hi, Thank you for this repo. I just wanted to check that I was able to successfully run the complete code. However I wanted to understand how can I increase...
I have install the latest version of django_plotly_dash library. When I add 'django_plotly_dash.apps.DjangoPlotlyDashConfig' in INSTALLED_APPS the following error shows up and my django app doesn't start. DeprecationWarning: the imp module...
I am running my code on AWS Sagemaker notebooks and I have machine with 4 GPUs. Whenever I set the tensor_parallel_size>1 it shows me the following error. NFO 12-13 13:07:31...
I am trying to use Roberta NER and BERT NER uncased but for both of the models I am getting the following issues. Is it something which is still under...