|
---
|
|
language:
|
|
- en
|
|
pretty_name: Project Questions
|
|
size_categories:
|
|
- n<1K
|
|
---
|
|
# Dataset Card for Astra-Benchmark v1 |
|
|
|
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. |
|
|
|
## Structure of project_questions.csv |
|
The CSV file should contain the following columns: |
|
|
|
- id: Unique identifier for each project. |
|
- name: Name of the project. |
|
- type: Type of project (e.g., "fullstack"). |
|
- problem_statement: Description of the project's goal. |
|
- project_url: URL pointing to the project resource. |
|
- sub_type: Sub-category or framework used (e.g., "reactjs"). |
|
- test_command: Command used for running tests. |
|
- testcases: JSON describing the test cases for the project. |
|
- testcase_files: Files used for test cases. |
|
- total_testcases: Number of test cases in the project. |
|
|
|
## Languages |
|
The text in the dataset is in English. The associated BCP-47 code is en. |