Commit e3400936 authored by baberabb's avatar baberabb
Browse files

fix indentation

parent 4d8094bb
...@@ -142,7 +142,7 @@ Our final filter pipeline, "maj@8", does majority voting across the first 8 of t ...@@ -142,7 +142,7 @@ Our final filter pipeline, "maj@8", does majority voting across the first 8 of t
- performing the same sequence of filters on these new sets of 8 responses, for each document. - performing the same sequence of filters on these new sets of 8 responses, for each document.
```yaml ```yaml
- name: "maj@8" - name: "maj@8"
filter: filter:
- function: "take_first_k" - function: "take_first_k"
k: 8 k: 8
- function: "regex" - function: "regex"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment