DeDeckerThomas commited on
Commit
d39f1be
•
1 Parent(s): 47c043b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,16 +21,16 @@ model-index:
21
  name: inspec
22
  metrics:
23
  - type: F1@M (P)
24
- value: 0.000
25
  name: F1@M (P)
26
  - type: F1@O (P)
27
- value: 0.000
28
  name: F1@O (P)
29
  - type: F1@M (A)
30
- value: 0.000
31
  name: F1@M (A)
32
  - type: F1@O (A)
33
- value: 0.000
34
  name: F1@O (A)
35
  ---
36
  # 🔑 Keyphrase Generation model: T5-small-inspec
@@ -140,13 +140,13 @@ Extractive keyphrases
140
 
141
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
142
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
143
- | Inspec Test Set | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
144
 
145
  Abstractive keyphrases
146
 
147
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
148
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
149
- | Inspec Test Set | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
150
 
151
 
152
  For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.
 
21
  name: inspec
22
  metrics:
23
  - type: F1@M (P)
24
+ value: 0.317
25
  name: F1@M (P)
26
  - type: F1@O (P)
27
+ value: 0.279
28
  name: F1@O (P)
29
  - type: F1@M (A)
30
+ value: 0.073
31
  name: F1@M (A)
32
  - type: F1@O (A)
33
+ value: 0.065
34
  name: F1@O (A)
35
  ---
36
  # 🔑 Keyphrase Generation model: T5-small-inspec
 
140
 
141
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
142
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
143
+ | Inspec Test Set | 0.33 | 0.31 | 0.29 | 0.17 | 0.31 | 0.20 | 0.41 | 0.31 | 0.32 | 0.28 | 0.28 | 0.28 |
144
 
145
  Abstractive keyphrases
146
 
147
  | Dataset | P@5 | R@5 | F1@5 | P@10 | R@10 | F1@10 | P@M | R@M | F1@M | P@O | R@O | F1@O |
148
  |:-----------------:|:----:|:----:|:----:|:----:|:----:|:-----:|:----:|:----:|:----:|:----:|:----:|:----:|
149
+ | Inspec Test Set | 0.05 | 0.09 | 0.06 | 0.03 | 0.09 | 0.04 | 0.08 | 0.09 | 0.07 | 0.06 | 0.06 | 0.06 |
150
 
151
 
152
  For more information on the evaluation process, you can take a look at the keyphrase extraction evaluation notebook.