matrix-multiply
commited on
Commit
•
2bae968
1
Parent(s):
b82326a
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ license: mit
|
|
12 |
---
|
13 |
# DocuMint Dataset
|
14 |
|
15 |
-
The DocuMint Dataset is a collection of 100,000 Python functions and their corresponding docstrings, extracted from popular open-source repositories in the Free and open-source software (FLOSS) ecosystem. This dataset was created to train the [DocuMint model](https://huggingface.co/documint/CodeGemma2B-fine-tuned), a fine-tuned variant of Google's CodeGemma-2B that generates high-quality docstrings for Python code functions.
|
16 |
|
17 |
## Dataset Description
|
18 |
|
@@ -38,11 +38,6 @@ Each entry in the dataset follows this structure:
|
|
38 |
}
|
39 |
```
|
40 |
|
41 |
-
## Usage
|
42 |
-
|
43 |
-
This dataset was used to train the [DocuMint model](https://huggingface.co/documint/CodeGemma2B-fine-tuned), a fine-tuned variant of Google's CodeGemma-2B that generates high-quality docstrings for Python code functions. For more information on the model and its training procedure, please refer to the model card.
|
44 |
-
|
45 |
-
|
46 |
## Dataset Usecases
|
47 |
|
48 |
The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
|
|
|
12 |
---
|
13 |
# DocuMint Dataset
|
14 |
|
15 |
+
The DocuMint Dataset is a collection of 100,000 Python functions and their corresponding docstrings, extracted from popular open-source repositories in the Free and open-source software (FLOSS) ecosystem. This dataset was created to train the [DocuMint model](https://huggingface.co/documint/CodeGemma2B-fine-tuned), a fine-tuned variant of Google's CodeGemma-2B that generates high-quality docstrings for Python code functions. For more information on the model and its training procedure, please refer to the model card.
|
16 |
|
17 |
## Dataset Description
|
18 |
|
|
|
38 |
}
|
39 |
```
|
40 |
|
|
|
|
|
|
|
|
|
|
|
41 |
## Dataset Usecases
|
42 |
|
43 |
The DocuMint dataset can be used for various purposes related to code documentation and natural language processing tasks. Some potential usecases include:
|