Skip to content

Commit

Permalink
Schema for training datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
gabehamilton committed Apr 23, 2024
1 parent 3fcda1f commit ad67dcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const { genSchema: genericGenSchema } = VM.require(

const genSchema = (ignored) => {
const namespace = "near";
const entityType = "alignmentDataset";
const entityTitle = "Alignment Dataset";
const entityType = "trainingDataset";
const entityTitle = "Training Dataset";

const genericSchema = genericGenSchema(namespace, entityType, entityTitle);
return {
Expand Down

0 comments on commit ad67dcf

Please sign in to comment.