Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: Project Questions
|
5 |
+
size_categories:
|
6 |
+
- n<1K
|
7 |
+
---
|
8 |
+
# Dataset Card for Astra-Benchmark v1
|
9 |
+
|
10 |
+
The dataset used for astra-benchmark v1 consists of multiple project questions, each with its own unique identifier and associated metadata. The dataset is stored in a CSV file named project_questions.csv located in the root directory of the project.
|
11 |
+
|
12 |
+
## Structure of project_questions.csv
|
13 |
+
The CSV file should contain the following columns:
|
14 |
+
|
15 |
+
- id: Unique identifier for each project.
|
16 |
+
- name: Name of the project.
|
17 |
+
- type: Type of project (e.g., "fullstack").
|
18 |
+
- problem_statement: Description of the project's goal.
|
19 |
+
- project_url: URL pointing to the project resource.
|
20 |
+
- sub_type: Sub-category or framework used (e.g., "reactjs").
|
21 |
+
- test_command: Command used for running tests.
|
22 |
+
- testcases: JSON describing the test cases for the project.
|
23 |
+
- testcase_files: Files used for test cases.
|
24 |
+
- total_testcases: Number of test cases in the project.
|
25 |
+
|
26 |
+
## Languages
|
27 |
+
The text in the dataset is in English. The associated BCP-47 code is en.
|