Skip to content

Commit

Permalink
update rai qa and chat eval flows (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
qusongms authored Feb 8, 2024
1 parent 34203ed commit 3326f3b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
path:
container_name: rai-eval-flows
container_path: models/chat_quality_safety_eval/v1
container_path: models/chat_quality_safety_eval/v2
storage_name: amlraipfmodels
type: azureblob
publish:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ properties:
azureml.promptflow.description: Compute the quality and safety of the chat generated by LLM.
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2
version: 1
version: 2
4 changes: 2 additions & 2 deletions assets/promptflow/models/qna-quality-safety-eval/model.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
path:
container_name: rai-eval-flows
container_path: models/qna_quality_safety_eval/v3
container_path: models/qna_quality_safety_eval/v4
storage_name: amlraipfmodels
type: azureblob
publish:
description: description.md
type: custom_model
type: custom_model
2 changes: 1 addition & 1 deletion assets/promptflow/models/qna-quality-safety-eval/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ properties:
azureml.promptflow.description: Compute the quality and safety of the answer for the given question based on the ground_truth and the context
inference-min-sku-spec: 2|0|14|28
inference-recommended-sku: Standard_DS3_v2
version: 3
version: 4
2 changes: 1 addition & 1 deletion assets/promptflow/models/qna-rag-metrics-eval/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ path:
type: azureblob
publish:
description: description.md
type: custom_model
type: custom_model

0 comments on commit 3326f3b

Please sign in to comment.