Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/locales/en-US/views/FinetuneExperiment.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"parameterGroup": "Hyperparameter Group",
"results": "Evaluation Results",
"contrast": "Contrast",
"taskList": "Task List",
"taskList": "Job List",
"stopConfirm": "Confirm to stop fine-tune experiment {finetuneToShop}?",
"createFineTuningExperiment": "Create Fine-tune Experiment",
"basicInformation": "Basic Information",
Expand All @@ -18,7 +18,7 @@
"parameters": "Runtime Parameters",
"configuration": "Configuration",
"add": "Add Task",
"taskName": "Task Name",
"taskName": "Job Name",
"baseLargeModel": "Basic Large Model",
"dataset": "Dataset",
"hyperparameter": "Hyperparameter",
Expand Down Expand Up @@ -61,4 +61,4 @@
"resourceAllocation": "Resource Allocation",
"monitoring": "Monitoring",
"resourceAllocationInfo": "By default, the system uses a resource configuration of 2 cores CPU, 48GiB memory, and 1 GPU for each job."
}
}
25 changes: 11 additions & 14 deletions src/locales/en-US/views/InferenceApplication.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"list": {
"header": "Inference Application",
"header": "Inference Service",
"table": {
"header": {
"name": "Inference Application Name",
"name": "Inference Service Name",
"checkpoint": "Checkpoint",
"llm": "LLM",
"hyperparameter": "Hyperparameter",
"status": "Status"
}
},
"compare": "Compare Inference",
"compareLimit": "You can only compare up to 3 inference applications at a time."
"compareLimit": "You can only compare up to 3 inference Services at a time."
},
"applicationStatus": {
"NOT_STARTED": "Not Started",
Expand All @@ -33,26 +33,23 @@
"FailedToUpdateServingPodLabel": "FailedToUpdateServingPodLabel",
"FailedToUpdateService": "FailedToUpdateService"
},
"delete":{
"header": "Delete Inference Application",
"content": "Are you sure you want to delete this inference application?"
"delete": {
"header": "Delete Inference Service",
"content": "Are you sure you want to delete this inference service?"
},

"create":{
"header": "Create Inference Application",
"create": {
"header": "Create Inference Service",
"name": "Name",
"llmCheckpoint": "Model",
"createSuccess": "Inference application created successfully",
"createFailed": "Failed to create inference application"
"createSuccess": "Inference service created successfully",
"createFailed": "Failed to create inference service"
},

"compare": {
"header": "Multi-model Comparison",
"elapsedTime": "Elapsed Time(s)",
"tokensTotalQuantity": "Tokens Total Quantity",
"perSecond": "tokens/s"
},

"examples": {
"e1": {
"label": "Generating a Code Snippet",
Expand Down Expand Up @@ -83,4 +80,4 @@
"text": "In a group, Alice has read two more books than Bob, and Bob has read three more books than Charlie. If they have collectively read 15 books, how many books has each person read?"
}
}
}
}