jsalvad0r commited on
Commit
fdd202a
1 Parent(s): 4bc5186

updated README

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -82,13 +82,12 @@ print(metric.inputs_description)
82
  [//]: # (- **input_field** *(type): Definition of input, with explanation if necessary. State any default value(s).*)
83
 
84
  ### Output Values
85
- Singleton/List of `Scores` dataclass corresponding to each sample -
86
 
87
  - `precision: float`: Precision score, which ranges from 0.0 to 1.0.
88
  - `recall: List[float]`: Recall score corresponding to each reference
89
  - `f1: float`: F1 score (between precision and average recall).
90
 
91
-
92
  ## Extensions
93
  Currently, we have only implemented the 3 encoders* that we experimented with in our
94
  [paper](https://aclanthology.org/2022.emnlp-main.49/). Furthermore, you can use any model on
 
82
  [//]: # (- **input_field** *(type): Definition of input, with explanation if necessary. State any default value(s).*)
83
 
84
  ### Output Values
85
+ A Singleton/List of `Scores` dataclass with attributes as follows -
86
 
87
  - `precision: float`: Precision score, which ranges from 0.0 to 1.0.
88
  - `recall: List[float]`: Recall score corresponding to each reference
89
  - `f1: float`: F1 score (between precision and average recall).
90
 
 
91
  ## Extensions
92
  Currently, we have only implemented the 3 encoders* that we experimented with in our
93
  [paper](https://aclanthology.org/2022.emnlp-main.49/). Furthermore, you can use any model on