Update README.md
Browse files
README.md
CHANGED
@@ -33,28 +33,7 @@ dataset_info:
|
|
33 |
dtype: string
|
34 |
- name: original_string
|
35 |
dtype: string
|
36 |
-
|
37 |
-
- name: python
|
38 |
-
num_examples: 7825291
|
39 |
-
- name: java
|
40 |
-
num_examples: 6667422
|
41 |
-
- name: javascript
|
42 |
-
num_examples: 1683568
|
43 |
-
- name: php
|
44 |
-
num_examples: 4696756
|
45 |
-
- name: c_sharp
|
46 |
-
num_examples: 3350316
|
47 |
-
- name: c
|
48 |
-
num_examples: 1685966
|
49 |
-
- name: cpp
|
50 |
-
num_examples: 1709448
|
51 |
-
- name: go
|
52 |
-
num_examples: 5153436
|
53 |
-
- name: rust
|
54 |
-
num_examples: 864987
|
55 |
-
- name: ruby
|
56 |
-
num_examples: 461585
|
57 |
-
pretty_name: The Vault
|
58 |
viewer: false
|
59 |
---
|
60 |
|
@@ -95,7 +74,7 @@ viewer: false
|
|
95 |
|
96 |
|
97 |
## Dataset Summary
|
98 |
-
The Vault is a multilingual code-text dataset with over
|
99 |
|
100 |
## Supported Tasks
|
101 |
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*.
|
|
|
33 |
dtype: string
|
34 |
- name: original_string
|
35 |
dtype: string
|
36 |
+
pretty_name: The Vault Function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
viewer: false
|
38 |
---
|
39 |
|
|
|
74 |
|
75 |
|
76 |
## Dataset Summary
|
77 |
+
The Vault is a multilingual code-text dataset with over 34 million pairs ìn function-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*.
|