Spaces:
Runtime error
Runtime error
Commit
·
370291f
1
Parent(s):
35a28f9
Update README.md
Browse files
README.md
CHANGED
@@ -47,8 +47,8 @@ This metric takes 2 inputs, prediction and references(ground truth). Both of the
|
|
47 |
|
48 |
|
49 |
### Inputs
|
50 |
-
- **predictions** (`list` of `list`
|
51 |
-
- **references** (`list` of `list`
|
52 |
|
53 |
### Output Values
|
54 |
|
|
|
47 |
|
48 |
|
49 |
### Inputs
|
50 |
+
- **predictions** (`list` of `list` of `dictionary`): relation and its type of prediction
|
51 |
+
- **references** (`list` of `list` of `dictionary`): references for each relation and its type.
|
52 |
|
53 |
### Output Values
|
54 |
|