Librarian Bot: Add base_model information to model (#3)
Browse files- Librarian Bot: Add base_model information to model (a542964d96be0f53b2f7d3e0279879b4930b83e6)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
datasets:
|
| 3 |
- glue
|
|
|
|
|
|
|
| 4 |
model-index:
|
| 5 |
- name: e5-large-v2-mnli
|
| 6 |
results: []
|
| 7 |
-
pipeline_tag: zero-shot-classification
|
| 8 |
-
language:
|
| 9 |
-
- en
|
| 10 |
-
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
# e5-large-v2-mnli
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
datasets:
|
| 6 |
- glue
|
| 7 |
+
pipeline_tag: zero-shot-classification
|
| 8 |
+
base_model: intfloat/e5-large-v2
|
| 9 |
model-index:
|
| 10 |
- name: e5-large-v2-mnli
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# e5-large-v2-mnli
|