mj33 commited on
Commit
fc19439
·
verified ·
1 Parent(s): 5876745

Add More info in data card

Browse files
Files changed (1) hide show
  1. README.md +9 -11
README.md CHANGED
@@ -12,7 +12,7 @@ size_categories:
12
  ---
13
  # Dataset Card for Dataset Name
14
 
15
- <!-- Provide a quick summary of the dataset. -->
16
 
17
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
18
 
@@ -20,39 +20,37 @@ This dataset card aims to be a base template for new datasets. It has been gener
20
 
21
  ### Dataset Description
22
 
23
- <!-- Provide a longer summary of what this dataset is. -->
24
 
25
 
26
 
27
- - **Curated by:** [More Information Needed]
28
  - **Funded by [optional]:** [More Information Needed]
29
  - **Shared by [optional]:** [More Information Needed]
30
- - **Language(s) (NLP):** [More Information Needed]
31
- - **License:** [More Information Needed]
32
 
33
  ### Dataset Sources [optional]
34
 
35
  <!-- Provide the basic links for the dataset. -->
36
 
37
- - **Repository:** [More Information Needed]
38
  - **Paper [optional]:** [More Information Needed]
39
  - **Demo [optional]:** [More Information Needed]
40
 
41
  ## Uses
42
 
43
- <!-- Address questions around how the dataset is intended to be used. -->
44
 
45
  ### Direct Use
46
 
47
- <!-- This section describes suitable use cases for the dataset. -->
48
 
49
- [More Information Needed]
50
 
51
  ### Out-of-Scope Use
52
 
53
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
54
 
55
- [More Information Needed]
56
 
57
  ## Dataset Structure
58
 
 
12
  ---
13
  # Dataset Card for Dataset Name
14
 
15
+ SimCoPilot is a benchmark for evaluating LLMs to perform as a "copilot"-style, interactive coding assistant.
16
 
17
  This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
18
 
 
20
 
21
  ### Dataset Description
22
 
23
+ SimCoPilot is a benchmark for evaluating LLMs to perform as a "copilot"-style, interactive coding assistant, testing their ability to add and complete code in complex real-world software environments and analyzing how LLMs manage different code dependencies and logic complexities.
24
 
25
 
26
 
27
+ - **Curated by:** Mingchao Jiang
28
  - **Funded by [optional]:** [More Information Needed]
29
  - **Shared by [optional]:** [More Information Needed]
30
+ - **Language(s) (NLP):** Python & Java
31
+ - **License:** CC BY-NC-ND 4.0
32
 
33
  ### Dataset Sources [optional]
34
 
35
  <!-- Provide the basic links for the dataset. -->
36
 
37
+ - **Repository:** https://github.com/mj33rice/SimCoPilot
38
  - **Paper [optional]:** [More Information Needed]
39
  - **Demo [optional]:** [More Information Needed]
40
 
41
  ## Uses
42
 
43
+ Program Synthesis, Benchmarking and Research, Development of New Coding Tools
44
 
45
  ### Direct Use
46
 
47
+ Program Synthesis, Benchmarking and Research, Development of New Coding Tools
48
 
 
49
 
50
  ### Out-of-Scope Use
51
 
52
+ Commercial Purposes, Infer Personal Information
53
 
 
54
 
55
  ## Dataset Structure
56