Datasets:
anujsahani01
commited on
Commit
•
c5890c5
1
Parent(s):
2325006
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ size_categories:
|
|
13 |
- 100K<n<1M
|
14 |
---
|
15 |
## Dataset description:
|
16 |
-
The Python Code Chatbot dataset is a collection of Python code snippets extracted from various publicly available datasets and platforms. It is designed to facilitate training conversational AI models that can understand and generate Python code. The dataset consists of a total of
|
17 |
|
18 |
## Prompt Card:
|
19 |
Each prompt in the dataset follows a specific format known as the "Prompt Card." The format is as follows:
|
@@ -30,7 +30,7 @@ Bot Output
|
|
30 |
[END]
|
31 |
```
|
32 |
|
33 |
-
The length of the prompts varies within a range of
|
34 |
|
35 |
## How to use:
|
36 |
To access the Python Code Chatbot dataset seamlessly, you can leverage the powerful "datasets" library. The following code snippet illustrates how to load the dataset:
|
|
|
13 |
- 100K<n<1M
|
14 |
---
|
15 |
## Dataset description:
|
16 |
+
The Python Code Chatbot dataset is a collection of Python code snippets extracted from various publicly available datasets and platforms. It is designed to facilitate training conversational AI models that can understand and generate Python code. The dataset consists of a total of 1,37,183 prompts, each representing a dialogue between a human and an AI Scientist.
|
17 |
|
18 |
## Prompt Card:
|
19 |
Each prompt in the dataset follows a specific format known as the "Prompt Card." The format is as follows:
|
|
|
30 |
[END]
|
31 |
```
|
32 |
|
33 |
+
The length of the prompts varies within a range of 201 to 2590 tokens. The dataset offers a diverse set of conversational scenarios related to Python programming, covering topics such as code execution, debugging, best practices, code optimization, and more.
|
34 |
|
35 |
## How to use:
|
36 |
To access the Python Code Chatbot dataset seamlessly, you can leverage the powerful "datasets" library. The following code snippet illustrates how to load the dataset:
|