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