DeDeckerThomas
commited on
Commit
•
70c7250
1
Parent(s):
e0dfcca
Update README.md
Browse files
README.md
CHANGED
@@ -250,7 +250,7 @@ def extract_keyphrases(example, predictions, tokenizer, index=0):
|
|
250 |
return np.unique([kp.strip() for kp in extracted_kps])
|
251 |
|
252 |
```
|
253 |
-
## 📝 Evaluation
|
254 |
|
255 |
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.
|
256 |
The model achieves the following results on the Inspec test set:
|
|
|
250 |
return np.unique([kp.strip() for kp in extracted_kps])
|
251 |
|
252 |
```
|
253 |
+
## 📝 Evaluation Results
|
254 |
|
255 |
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.
|
256 |
The model achieves the following results on the Inspec test set:
|