Update README.md
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ viewer: false
|
|
74 |
|
75 |
|
76 |
## Dataset Summary
|
77 |
-
The Vault is a multilingual code-text dataset with over
|
78 |
|
79 |
## Supported Tasks
|
80 |
The Vault can be used for pretraining LLMs or downstream code-text interaction tasks. A number of tasks related to code understanding and geneartion can be constructed using The Vault such as *code summarization*, *text-to-code generation* and *code search*.
|
|
|
74 |
|
75 |
|
76 |
## Dataset Summary
|
77 |
+
The Vault is a multilingual code-text dataset with over 122 million pairs in inline-level covering 10 popular programming languages. It is the largest corpus containing parallel code-text data. By building upon [The Stack](https://huggingface.co/datasets/bigcode/the-stack), a massive raw code sample collection, the Vault offers a comprehensive and clean resource for advancing research in code understanding and generation. It provides a high-quality dataset that includes code-text pairs at multiple levels, such as class and inline-level, in addition to the function level. The Vault can serve many purposes at multiple levels.
|
78 |
|
79 |
## Supported Tasks
|
80 |
The Vault can be used for pretraining LLMs or downstream code-text interaction tasks. A number of tasks related to code understanding and geneartion can be constructed using The Vault such as *code summarization*, *text-to-code generation* and *code search*.
|