illorca commited on
Commit
3974e10
·
1 Parent(s): c4c75a8

Update Class Name and home page

Browse files
Files changed (1) hide show
  1. FairEval.py +2 -2
FairEval.py CHANGED
@@ -105,7 +105,7 @@ Examples:
105
 
106
 
107
  @evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
108
- class FairEvaluation(evaluate.Metric):
109
 
110
  def _info(self):
111
  return evaluate.MetricInfo(
@@ -120,7 +120,7 @@ class FairEvaluation(evaluate.Metric):
120
  "references": datasets.Sequence(datasets.Value("string", id="label"), id="sequence"),
121
  }),
122
  # Homepage of the module for documentation
123
- homepage="https://huggingface.co/spaces/illorca/fairevaluation",
124
  # Additional links to the codebase or references
125
  codebase_urls=["https://github.com/rubcompling/FairEval#acknowledgement"],
126
  reference_urls=["https://aclanthology.org/2022.lrec-1.150.pdf"]
 
105
 
106
 
107
  @evaluate.utils.file_utils.add_start_docstrings(_DESCRIPTION, _KWARGS_DESCRIPTION)
108
+ class FairEval(evaluate.Metric):
109
 
110
  def _info(self):
111
  return evaluate.MetricInfo(
 
120
  "references": datasets.Sequence(datasets.Value("string", id="label"), id="sequence"),
121
  }),
122
  # Homepage of the module for documentation
123
+ homepage="https://huggingface.co/spaces/hpi-dhc/FairEval",
124
  # Additional links to the codebase or references
125
  codebase_urls=["https://github.com/rubcompling/FairEval#acknowledgement"],
126
  reference_urls=["https://aclanthology.org/2022.lrec-1.150.pdf"]