Skip to content

Commit

Permalink
fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
D-W- committed Oct 19, 2023
1 parent 9081053 commit 3bf503f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flows/evaluation/eval-entity-match-rate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pf flow test --flow .
### 2. create flow run with multi line data

```bash
pf run create --flow . --data ./data.jsonl --column-mapping groundtruth='${data.groundtruth}' entities='${data.entities}' --stream
pf run create --flow . --data ./data.jsonl --column-mapping ground_truth='${data.ground_truth}' entities='${data.entities}' --stream
```

You can also skip providing `column-mapping` if provided data has same column name as the flow.
Expand Down

0 comments on commit 3bf503f

Please sign in to comment.