Update README.md
Browse files
README.md
CHANGED
@@ -2,5 +2,48 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
-
pretty_name:
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- en
|
5 |
+
pretty_name: python-method-doc-generation
|
6 |
+
task_categories:
|
7 |
+
- feature-extraction
|
8 |
+
- text2text-generation
|
9 |
+
tags:
|
10 |
+
- code
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
---
|
14 |
+
# Dataset Card for Dataset Name
|
15 |
+
|
16 |
+
<!-- Provide a quick summary of the dataset. -->
|
17 |
+
|
18 |
+
This dataset card aims to be a base template for creating python docs from methods. This is formatted from semeru/code-code-galeras-code-completion-from-docstring-3k-deduped
|
19 |
+
|
20 |
+
### Dataset Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
- **Curated by:** semeru/code-code-galeras-code-completion-from-docstring-3k-deduped
|
27 |
+
- **Language(s) (NLP):** Python
|
28 |
+
- **License:** [More Information Needed]
|
29 |
+
|
30 |
+
### Dataset Sources [optional]
|
31 |
+
|
32 |
+
<!-- Provide the basic links for the dataset. -->
|
33 |
+
|
34 |
+
- **Repository:** semeru/code-code-galeras-code-completion-from-docstring-3k-deduped
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
39 |
+
(use however you like)
|
40 |
+
|
41 |
+
## Dataset Structure
|
42 |
+
|
43 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
44 |
+
|
45 |
+
Code - Method
|
46 |
+
Doc - Documentation for the method
|
47 |
+
Lang - Language
|
48 |
+
Prompt - Prompt field for training
|
49 |
+
|