Commit
•
63ef2d7
1
Parent(s):
fdd256c
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (7da07f8f4d603a8e38e967f89e7c09c1e675101c)
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: gte-large-mnli-anli
|
7 |
results: []
|
8 |
-
pipeline_tag: zero-shot-classification
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
license: mit
|
12 |
---
|
13 |
# gte-large-mnli-anli
|
14 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: mit
|
5 |
datasets:
|
6 |
- glue
|
7 |
- anli
|
8 |
+
pipeline_tag: zero-shot-classification
|
9 |
+
base_model: thenlper/gte-large
|
10 |
model-index:
|
11 |
- name: gte-large-mnli-anli
|
12 |
results: []
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# gte-large-mnli-anli
|
15 |
|