DeDeckerThomas
commited on
Commit
•
efdb4ed
1
Parent(s):
ea91f28
Update README.md
Browse files
README.md
CHANGED
@@ -227,6 +227,7 @@ def extract_keyphrases(examples):
|
|
227 |
```
|
228 |
## 📝 Evaluation results
|
229 |
Traditional evaluation methods are the precision, recall and F1-score @k,m where k is the number that stands for the first k predicted keyphrases and m for the average amount of predicted keyphrases. In keyphrase generation you also look at F1@O where O stands for the number of ground truth keyphrases.
|
|
|
230 |
The model achieves the following results on the Inspec test set:
|
231 |
|
232 |
|
|
|
227 |
```
|
228 |
## 📝 Evaluation results
|
229 |
Traditional evaluation methods are the precision, recall and F1-score @k,m where k is the number that stands for the first k predicted keyphrases and m for the average amount of predicted keyphrases. In keyphrase generation you also look at F1@O where O stands for the number of ground truth keyphrases.
|
230 |
+
|
231 |
The model achieves the following results on the Inspec test set:
|
232 |
|
233 |
|