Spaces:
Runtime error
Runtime error
Liuhong99
commited on
added voyage-3 and voyage-3-lite; fixed voyage-2 and voyage-large-2-instruct (#42)
Browse files- model_meta.yaml +20 -2
model_meta.yaml
CHANGED
|
@@ -1578,7 +1578,7 @@ model_meta:
|
|
| 1578 |
uses_instruct: false
|
| 1579 |
voyageai__voyage-2:
|
| 1580 |
link: https://docs.voyageai.com/embeddings/
|
| 1581 |
-
seq_len:
|
| 1582 |
size: null
|
| 1583 |
dim: 1024
|
| 1584 |
is_external: true
|
|
@@ -1600,7 +1600,7 @@ model_meta:
|
|
| 1600 |
size: null
|
| 1601 |
dim: 1024
|
| 1602 |
is_external: true
|
| 1603 |
-
is_proprietary:
|
| 1604 |
is_sentence_transformers_compatible: false
|
| 1605 |
uses_instruct: true
|
| 1606 |
voyageai__voyage-law-2:
|
|
@@ -1639,6 +1639,24 @@ model_meta:
|
|
| 1639 |
is_proprietary: true
|
| 1640 |
is_sentence_transformers_compatible: false
|
| 1641 |
uses_instruct: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1642 |
FacebookAI__xlm-roberta-base:
|
| 1643 |
link: https://huggingface.co/FacebookAI/xlm-roberta-base
|
| 1644 |
seq_len: 514
|
|
|
|
| 1578 |
uses_instruct: false
|
| 1579 |
voyageai__voyage-2:
|
| 1580 |
link: https://docs.voyageai.com/embeddings/
|
| 1581 |
+
seq_len: 4000
|
| 1582 |
size: null
|
| 1583 |
dim: 1024
|
| 1584 |
is_external: true
|
|
|
|
| 1600 |
size: null
|
| 1601 |
dim: 1024
|
| 1602 |
is_external: true
|
| 1603 |
+
is_proprietary: true
|
| 1604 |
is_sentence_transformers_compatible: false
|
| 1605 |
uses_instruct: true
|
| 1606 |
voyageai__voyage-law-2:
|
|
|
|
| 1639 |
is_proprietary: true
|
| 1640 |
is_sentence_transformers_compatible: false
|
| 1641 |
uses_instruct: false
|
| 1642 |
+
voyageai__voyage-3:
|
| 1643 |
+
link: https://docs.voyageai.com/embeddings/
|
| 1644 |
+
seq_len: 32000
|
| 1645 |
+
size: null
|
| 1646 |
+
dim: 1024
|
| 1647 |
+
is_external: true
|
| 1648 |
+
is_proprietary: true
|
| 1649 |
+
is_sentence_transformers_compatible: false
|
| 1650 |
+
uses_instruct: false
|
| 1651 |
+
voyageai__voyage-3-lite:
|
| 1652 |
+
link: https://docs.voyageai.com/embeddings/
|
| 1653 |
+
seq_len: 32000
|
| 1654 |
+
size: null
|
| 1655 |
+
dim: 512
|
| 1656 |
+
is_external: true
|
| 1657 |
+
is_proprietary: true
|
| 1658 |
+
is_sentence_transformers_compatible: false
|
| 1659 |
+
uses_instruct: false
|
| 1660 |
FacebookAI__xlm-roberta-base:
|
| 1661 |
link: https://huggingface.co/FacebookAI/xlm-roberta-base
|
| 1662 |
seq_len: 514
|