Uploading a model or dataset

This page describes the whole process of uploading an entry. Setting price, sample files etc.

As a signed in user, you can upload models and datasets to the Datafund application. You can decide whether you will provide them as free or paid.

Model / Dataset registration

Registering a model or a dataset requires the user to be signed in first. Once when you sign in, click on the user button at the top-right corner. Then select the New model or New dataset option depending of the use case. A form will show up with various fields. Let's see what the fields are:

  • Name - This is the most important field as it will be shown in search results. Choose a name that describes the model or dataset best.

  • Description - The description is written in markdown. Here you can provide any relevant information about your model or dataset. Along with examples and links.

  • License - Choose the right license for your model / dataset.

  • Tags - Tags are used to quickly filter models and datasets. When you click on the tags field a list of available tags will appear. Choose as much tags as you think will describe your model / dataset best. You can remove a tag by clicking on the X button, or deselecting it from the list.

  • Upload to Swarm checkbox - By default the model or dataset you are uploading will be uploaded to Swarm network as well as to the Datafund server. If you don't want it to be uploaded to Swarm, disable this checkbox.

  • Price - If you are providing a free model or dataset, leave this field empty. Otherwise specify the price in Sepolia ETH (as a decimal number). When somebody purchases your model or dataset, you will receive funds to the wallet of your signed in account. Note that part of the amount might be charged as a fee for the platform.

  • Files - You can select files in two ways. You can click on the upload area and select files from the file picker. But this way you won't be able to upload directories. To upload directory content with all files and directories inside recursively, just select directory content and drag and drop to the upload area. Don't drop the root directory of your project but its content instead. Then you will see relative paths of all your selected files inside the upload area.

If everything looks good, click on the submit button at the bottom. After waiting for files to upload your model or dataset will become available in the application.

Deletion

You can go to your model or dataset page at any moment and remove it, if you want to, by clicking the Delete button.

Last updated