test
Browse files- the-vault-function.py +5 -1
the-vault-function.py
CHANGED
@@ -20,7 +20,11 @@ _LANG_TO_TEXT = {
|
|
20 |
}
|
21 |
|
22 |
|
23 |
-
_DESCRIPTION = """The Vault
|
|
|
|
|
|
|
|
|
24 |
|
25 |
_HOMEPAGE = "https://huggingface.co/Fsoft-AIC"
|
26 |
|
|
|
20 |
}
|
21 |
|
22 |
|
23 |
+
_DESCRIPTION = """The Vault is a multilingual code-text dataset with over 40 million pairs covering 10 popular programming languages.
|
24 |
+
It is the largest corpus containing parallel code-text data. By building upon The Stack, a massive raw code sample collection,
|
25 |
+
the Vault offers a comprehensive and clean resource for advancing research in code understanding and generation. It provides a
|
26 |
+
high-quality dataset that includes code-text pairs at multiple levels, such as class and inline-level, in addition to the function level.
|
27 |
+
The Vault can serve many purposes at multiple levels."""
|
28 |
|
29 |
_HOMEPAGE = "https://huggingface.co/Fsoft-AIC"
|
30 |
|