Spaces:
Runtime error
Runtime error
Commit
·
ff3eea6
1
Parent(s):
2438bff
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ This metric is used for evaluating the quality of relation extraction output. By
|
|
20 |
|
21 |
|
22 |
## Metric Description
|
23 |
-
This metric
|
24 |
|
25 |
## How to Use
|
26 |
```python
|
|
|
20 |
|
21 |
|
22 |
## Metric Description
|
23 |
+
This metric computes and returns various scoring metrics for the prediction model based on the mode specified, including Precision, Recall, F1-Score and others. It evaluates the model's predictions against the provided reference data.
|
24 |
|
25 |
## How to Use
|
26 |
```python
|