Skip to content

Commit

Permalink
Merge pull request #952 from singnet/data-preset-tab
Browse files Browse the repository at this point in the history
Updated example dataset
  • Loading branch information
MarinaFedy authored Dec 3, 2024
2 parents 6c33ec3 + c23b273 commit 4468c7e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/Redux/reducers/DatasetReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,9 @@ const initialState = {
mergeDataset: null,
exampleDatasets: [
{
datasetKey: "data_instruct_example_x0.5.zip_matrejukna@gufum.com_1733211488305",
datasetKey: "data_instruct_llm_1000_base_clean.zip_fospipakno@gufum.com_1733235148125",
name: "DataSet 1: Training data for text translation",
size: 51234,
tag: "Text",
},
{
datasetKey: "[email protected]_1733211612606",
name: "DataSet 2: Training data for text translation",
size: 51234,
tag: "Text",
},
{
datasetKey: "[email protected]_1733211645798",
name: "DataSet 3: Training data for text translation",
size: 51234,
size: 287028,
tag: "Text",
},
],
Expand Down

0 comments on commit 4468c7e

Please sign in to comment.