Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…_pieces into dev
  • Loading branch information
vinicvaz committed Nov 22, 2023
2 parents 80f58da + 9b7cfbf commit 36dcfcd
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,34 +106,21 @@
"description": "Input data for TextSummarizerPiece",
"properties": {
"data": {
"anyOf": [
{
"items": {
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "The data to be split.",
"from_upstream": "always",
"title": "Data"
"items": {
"type": "object"
},
"title": "Data",
"type": "array"
},
"data_path": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "The path to the data to be split.",
"from_upstream": "always",
"title": "Data Path"
"title": "Data Path",
"type": "string"
},
"test_data_size": {
"default": 0.8,
Expand All @@ -148,9 +135,6 @@
"type": "integer"
}
},
"required": [
"data"
],
"title": "InputModel",
"type": "object"
},
Expand Down

0 comments on commit 36dcfcd

Please sign in to comment.