Currently, when submitting a model using mc.submit(), only the model file is uploaded to Hugging Face. However, the Jupyter Notebook used for training should also be saved and uploaded for full reproducibility. Additionally, the output_data field currently points to a specific model file, but it should align with the entire model repository instead.
Currently, when submitting a model using mc.submit(), only the model file is uploaded to Hugging Face. However, the Jupyter Notebook used for training should also be saved and uploaded for full reproducibility. Additionally, the output_data field currently points to a specific model file, but it should align with the entire model repository instead.