Deepak

Results 1 issues of Deepak

I'm fine tunning Llama-2 13-b model with jsonl file it fails. I've tried with 7b model and I've enabled billing also. ```python DESTINATION_MODEL_NAME = 'deepakkumar07-debug/llama-midjournery' TRAINING_DATA_URL = 'https://sangli-training-dataset.s3.ap-south-1.amazonaws.com/midjourney_replicate_dataset.jsonl' training =...