Closed sidoncloud closed 1 week ago
any update on it. I am getting the same problem.
@sidoncloud
I am able to run it with following code.
train
method.sft_tuning_job = sft.train( source_model="gemini-1.0-pro-002", train_dataset=f"{BUCKET_URI}/sft_train_samples.jsonl",
validation_dataset=f"{BUCKET_URI}/sft_val_samples.jsonl",
epochs=3,
learning_rate_multiplier=1,
)
sft_tuning_job.to_dict()
There have been some changes with the Gemini tuning recently. Please try again and re-open the issue if you still see the same issue.
File Name
https://github.com/GoogleCloudPlatform/generative-ai/blob/main/gemini/tuning/gemini_supervised_tuning_qa.ipynb
What happened?
The training pipeline does not work. I wonder what exactly do the google guys do before publishing notebooks out to public. None of their fine-tuning jobs work. Just admit Gemini ( pro, non pro, flash, non flash etc etc ) is not as established & mature as google claims it to be and work on improving the underlying model rather than trying to compete with OpenAI.
Below are the lines of code which fail.
Below is the error :
Relevant log output
Code of Conduct