Spaces:
Runtime error
Runtime error
Commit
·
099b1c5
1
Parent(s):
11261a5
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,17 @@ sdk_version: 1.2.0
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
+
models:
|
| 12 |
+
- ml6team/keyphrase-extraction-kbir-inspec
|
| 13 |
+
- ml6team/keyphrase-extraction-distilbert-openkp
|
| 14 |
+
- ml6team/keyphrase-extraction-distilbert-kptimes
|
| 15 |
+
- ml6team/keyphrase-extraction-distilbert-inspec
|
| 16 |
+
- ml6team/keyphrase-extraction-kbir-kpcrowd
|
| 17 |
+
- ml6team/keyphrase-generation-keybart-inspec
|
| 18 |
+
- ml6team/keyphrase-generation-t5-small-inspec
|
| 19 |
+
- ml6team/keyphrase-generation-t5-small-openkp
|
| 20 |
+
- bloomberg/KBIR
|
| 21 |
+
- bloomberg/KeyBART
|
| 22 |
---
|
| 23 |
|
| 24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|