AndyChiang
commited on
Commit
•
ba3516a
1
Parent(s):
52bc92a
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ For more details, you can see our **paper** or [**GitHub**](https://github.com/A
|
|
25 |
|
26 |
## How to use?
|
27 |
|
28 |
-
1. Download model by hugging face transformers.
|
29 |
```python
|
30 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
31 |
|
@@ -75,8 +75,6 @@ The following hyperparameters were used during training:
|
|
75 |
|
76 |
## Testing
|
77 |
|
78 |
-
The evaluations of CDPG with are shown in the table below.
|
79 |
-
|
80 |
The evaluations of this model as a Candidate Set Generator in CDGP is as follows:
|
81 |
|
82 |
| P@1 | F1@3 | F1@10 | MRR | NDCG@10 |
|
|
|
25 |
|
26 |
## How to use?
|
27 |
|
28 |
+
1. Download the model by hugging face transformers.
|
29 |
```python
|
30 |
from transformers import BartTokenizer, BartForConditionalGeneration
|
31 |
|
|
|
75 |
|
76 |
## Testing
|
77 |
|
|
|
|
|
78 |
The evaluations of this model as a Candidate Set Generator in CDGP is as follows:
|
79 |
|
80 |
| P@1 | F1@3 | F1@10 | MRR | NDCG@10 |
|