Spaces:
Running
Running
Jack Morris
commited on
Commit
•
21c6f0a
1
Parent(s):
15aa7f3
Add cde-small-v1 to model_meta.yaml (#40)
Browse files- model_meta.yaml +10 -2
model_meta.yaml
CHANGED
@@ -1773,7 +1773,15 @@ model_meta:
|
|
1773 |
is_external: true
|
1774 |
is_proprietary: false
|
1775 |
is_sentence_transformers_compatible: true
|
1776 |
-
uses_instruct: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1777 |
models_to_skip:
|
1778 |
- michaelfeil/ct2fast-e5-large-v2
|
1779 |
- McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp-unsup-simcse
|
@@ -2049,4 +2057,4 @@ cross_encoders:
|
|
2049 |
- monot5-base-msmarco-10k
|
2050 |
- llama-2-7b-chat
|
2051 |
- mistral-7b-instruct-v0.2
|
2052 |
-
- tart-full-flan-t5-xl
|
|
|
1773 |
is_external: true
|
1774 |
is_proprietary: false
|
1775 |
is_sentence_transformers_compatible: true
|
1776 |
+
uses_instruct: false
|
1777 |
+
cde-small-v1:
|
1778 |
+
link: https://huggingface.co/jxm/cde-small-v1
|
1779 |
+
seq_len: 512
|
1780 |
+
size: 143
|
1781 |
+
dim: 768
|
1782 |
+
is_external: true
|
1783 |
+
is_proprietary: false
|
1784 |
+
is_sentence_transformers_compatible: false
|
1785 |
models_to_skip:
|
1786 |
- michaelfeil/ct2fast-e5-large-v2
|
1787 |
- McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp-unsup-simcse
|
|
|
2057 |
- monot5-base-msmarco-10k
|
2058 |
- llama-2-7b-chat
|
2059 |
- mistral-7b-instruct-v0.2
|
2060 |
+
- tart-full-flan-t5-xl
|