Update README.md
Browse files
README.md
CHANGED
|
@@ -35,37 +35,25 @@ dataset_info:
|
|
| 35 |
dtype: string
|
| 36 |
splits:
|
| 37 |
- name: python
|
| 38 |
-
|
| 39 |
-
num_examples: 9893858
|
| 40 |
- name: java
|
| 41 |
-
|
| 42 |
-
num_examples: 7886299
|
| 43 |
- name: javascript
|
| 44 |
-
|
| 45 |
-
num_examples: 2562158
|
| 46 |
- name: php
|
| 47 |
-
|
| 48 |
-
num_examples: 5455989
|
| 49 |
- name: c_sharp
|
| 50 |
-
|
| 51 |
-
num_examples: 4011467
|
| 52 |
- name: c
|
| 53 |
-
|
| 54 |
-
num_examples: 1978551
|
| 55 |
- name: cpp
|
| 56 |
-
|
| 57 |
-
num_examples: 1934958
|
| 58 |
- name: go
|
| 59 |
-
|
| 60 |
-
num_examples: 5649158
|
| 61 |
- name: rust
|
| 62 |
-
|
| 63 |
-
num_examples: 1076588
|
| 64 |
- name: ruby
|
| 65 |
-
|
| 66 |
-
num_examples: 544867
|
| 67 |
-
download_size: 26404353470
|
| 68 |
-
dataset_size: 112636992035
|
| 69 |
pretty_name: The Vault
|
| 70 |
viewer: false
|
| 71 |
---
|
|
@@ -144,7 +132,7 @@ Data fields for function level:
|
|
| 144 |
- **hexsha** (string): the unique git hash of file
|
| 145 |
- **repo** (string): the owner/repo
|
| 146 |
- **path** (string): the full path to the original file
|
| 147 |
-
- **license** (list):
|
| 148 |
- **language** (string): the programming language
|
| 149 |
- **identifier** (string): the function or method name
|
| 150 |
- **return_type** (string): the type returned by the function
|
|
|
|
| 35 |
dtype: string
|
| 36 |
splits:
|
| 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 |
---
|
|
|
|
| 132 |
- **hexsha** (string): the unique git hash of file
|
| 133 |
- **repo** (string): the owner/repo
|
| 134 |
- **path** (string): the full path to the original file
|
| 135 |
+
- **license** (list): licenses in the repo
|
| 136 |
- **language** (string): the programming language
|
| 137 |
- **identifier** (string): the function or method name
|
| 138 |
- **return_type** (string): the type returned by the function
|