Skip to content

Commit

Permalink
minor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreFCruz committed Nov 29, 2024
1 parent 821708b commit 17c48d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ you can simply run the following code instead of using `.predict_proba()` direct
```py
from folktexts.benchmark import Benchmark, BenchmarkConfig
bench = Benchmark.make_benchmark(
task=acs_task_name, dataset=dataset,
task=acs_task_name, dataset=dataset, # These vars are defined in the snippet above
model=model, tokenizer=tokenizer,
numeric_risk_prompting=True, # See the full list of configs below in the README
)
Expand Down

0 comments on commit 17c48d3

Please sign in to comment.