While following Google Colab, the “Create a fine-tuned model” section created the following error.
CommError: Project {entity}/GPT-3 does not contain artifact: “wiki-dataset-train:latest”
While following Google Colab, the “Create a fine-tuned model” section created the following error.
CommError: Project {entity}/GPT-3 does not contain artifact: “wiki-dataset-train:latest”
Hi @nathannam,
There is a cell above with the following code:
# Create artifacts
artifact_train = wandb.Artifact('train-wiki_train.jsonl', type='training_files', metadata={'samples': n_train})
artifact_train.add_file('wiki_train.jsonl')
artifact_train.add(table_train, 'wiki_train')
artifact_valid = wandb.Artifact('valid-wiki_valid.jsonl', type='validation_files', metadata={'samples': n_valid})
artifact_valid.add_file('wiki_valid.jsonl')
artifact_valid.add(table_valid, 'wiki_valid')
# Log files
run.log_artifact(artifact_train)
run.log_artifact(artifact_valid)
Did you let this cell and the subsequent wandb.finish()
call run to completion? It looks like your artifact hadn’t uploaded before being it is attempted to be used.
Hi Nathan,
We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.
Best,
Weights & Biases
Hi Nathan, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!