Ayush Bihani

Results 4 issues of Ayush Bihani

Hi in the `train_dolly.py`, a lot of MAGIC commands were there which is used in databricks notebooks. Do we need to run those commands separately if we are not using...

> Open the `train_dolly` notebook in the `dolly repo`, attach to your GPU cluster, and run all cells. When training finishes, the notebook will save the model under `/dbfs/dolly_training`. In...

I am trying to fine-tune `gpt-j-6b` on `wikitext` data using the `run_clm.py` provieded here https://github.com/huggingface/transformers/tree/main/examples/pytorch/language-modeling I am trying to launch the code as ```python accelerate launch run_clm.py \ --model_name_or_path EleutherAI/gpt-j-6b...

Hi I have followed the steps as mentioned in the readme to first train on the background image and then with the naively pasted image for training to get harmonization...