Skip to content

Commit

Permalink
Update repocard_types.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanThrush committed Jun 19, 2022
1 parent 3ab9555 commit 74ace9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/huggingface_hub/repocard_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class SingleMetric:
args: Any = field(default=None)
"""
The arguments passed during `Metric.compute()`. Example for `bleu`: max_order: 4
Can also be additional arguments to `load_dataset()`. Example for wikipedia: language: en
"""

verified: Optional[bool] = False
Expand Down

0 comments on commit 74ace9d

Please # to comment.