Add pipeline & library name tags
Browse filesHello!
## Preface
This is very promising, wow. I'm looking forward to the report! Nice work integrating this with ST natively.
## Pull Request overview
* Add `pipeline_tag` as feature-extraction, i.e. embedding creation
* Add `tags` for sentence-transformers and transformers, so this model also shows up when filtering for those
## Details
These tags should make it easier for this to be found.
- Tom Aarsen
README.md
CHANGED
|
@@ -7,6 +7,10 @@ language:
|
|
| 7 |
- en
|
| 8 |
base_model:
|
| 9 |
- answerdotai/ModernBERT-large
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
## 1 Introduction
|
| 12 |
|
|
|
|
| 7 |
- en
|
| 8 |
base_model:
|
| 9 |
- answerdotai/ModernBERT-large
|
| 10 |
+
pipeline_tag: feature-extraction
|
| 11 |
+
tags:
|
| 12 |
+
- sentence-transformers
|
| 13 |
+
- transformers
|
| 14 |
---
|
| 15 |
## 1 Introduction
|
| 16 |
|