DeDeckerThomas
commited on
Commit
•
7fa2224
1
Parent(s):
69e8c52
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,7 @@ This model is a fine-tuned [T5-small model](https://huggingface.co/t5-small) on
|
|
47 |
* This keyphrase generation model is very domain-specific and will perform very well on abstracts of scientific papers. It's not recommended to use this model for other domains, but you are free to test it out.
|
48 |
* Only works for English documents.
|
49 |
* For a custom model, please consult the training notebook for more information (link incoming).
|
50 |
-
* Sometimes the output
|
51 |
|
52 |
### ❓ How to use
|
53 |
```python
|
|
|
47 |
* This keyphrase generation model is very domain-specific and will perform very well on abstracts of scientific papers. It's not recommended to use this model for other domains, but you are free to test it out.
|
48 |
* Only works for English documents.
|
49 |
* For a custom model, please consult the training notebook for more information (link incoming).
|
50 |
+
* Sometimes the output doesn't make any sense.
|
51 |
|
52 |
### ❓ How to use
|
53 |
```python
|