Add base model metadata (#1)
Browse files- Add base model metadata (c8545790bb4266a2b57f9494e43100646f5915bc)
Co-authored-by: Daniel van Strien <[email protected]>
README.md
CHANGED
@@ -14,6 +14,9 @@ tags:
|
|
14 |
- information extraction
|
15 |
- encoder
|
16 |
- entity recognition
|
|
|
|
|
|
|
17 |
---
|
18 |
# About
|
19 |
|
|
|
14 |
- information extraction
|
15 |
- encoder
|
16 |
- entity recognition
|
17 |
+
base_model:
|
18 |
+
- answerdotai/ModernBERT-large
|
19 |
+
- BAAI/bge-base-en-v1.5
|
20 |
---
|
21 |
# About
|
22 |
|