Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
vaibhavad
commited on
Commit
•
b21fb1d
1
Parent(s):
7aae94f
llama->llama2, correct some links
Browse files- model_meta.yaml +5 -5
model_meta.yaml
CHANGED
@@ -47,7 +47,7 @@ model_meta:
|
|
47 |
is_external: true
|
48 |
is_proprietary: false
|
49 |
is_sentence_transformers_compatible: false
|
50 |
-
LLM2Vec-Llama-supervised:
|
51 |
link: https://huggingface.co/McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-supervised
|
52 |
seq_len: 4096
|
53 |
size: 6607
|
@@ -55,8 +55,8 @@ model_meta:
|
|
55 |
is_external: true
|
56 |
is_proprietary: false
|
57 |
is_sentence_transformers_compatible: false
|
58 |
-
LLM2Vec-Llama-unsupervised:
|
59 |
-
link: https://huggingface.co/McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp
|
60 |
seq_len: 4096
|
61 |
size: 6607
|
62 |
dim: 4096
|
@@ -72,7 +72,7 @@ model_meta:
|
|
72 |
is_proprietary: false
|
73 |
is_sentence_transformers_compatible: false
|
74 |
LLM2Vec-Mistral-unsupervised:
|
75 |
-
link: https://huggingface.co/McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-mntp
|
76 |
seq_len: 32768
|
77 |
size: 7111
|
78 |
dim: 4096
|
@@ -88,7 +88,7 @@ model_meta:
|
|
88 |
is_proprietary: false
|
89 |
is_sentence_transformers_compatible: false
|
90 |
LLM2Vec-Sheared-Llama-unsupervised:
|
91 |
-
link: https://huggingface.co/McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp
|
92 |
seq_len: 4096
|
93 |
size: 1280
|
94 |
dim: 2048
|
|
|
47 |
is_external: true
|
48 |
is_proprietary: false
|
49 |
is_sentence_transformers_compatible: false
|
50 |
+
LLM2Vec-Llama-2-supervised:
|
51 |
link: https://huggingface.co/McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-supervised
|
52 |
seq_len: 4096
|
53 |
size: 6607
|
|
|
55 |
is_external: true
|
56 |
is_proprietary: false
|
57 |
is_sentence_transformers_compatible: false
|
58 |
+
LLM2Vec-Llama-2-unsupervised:
|
59 |
+
link: https://huggingface.co/McGill-NLP/LLM2Vec-Llama-2-7b-chat-hf-mntp-unsup-simcse
|
60 |
seq_len: 4096
|
61 |
size: 6607
|
62 |
dim: 4096
|
|
|
72 |
is_proprietary: false
|
73 |
is_sentence_transformers_compatible: false
|
74 |
LLM2Vec-Mistral-unsupervised:
|
75 |
+
link: https://huggingface.co/McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-mntp-unsup-simcse
|
76 |
seq_len: 32768
|
77 |
size: 7111
|
78 |
dim: 4096
|
|
|
88 |
is_proprietary: false
|
89 |
is_sentence_transformers_compatible: false
|
90 |
LLM2Vec-Sheared-Llama-unsupervised:
|
91 |
+
link: https://huggingface.co/McGill-NLP/LLM2Vec-Sheared-LLaMA-mntp-unsup-simcse
|
92 |
seq_len: 4096
|
93 |
size: 1280
|
94 |
dim: 2048
|