Update README.md
Browse filesAdd data field description
README.md
CHANGED
@@ -100,3 +100,16 @@ This dataset contains information about repos (initially gathered from https://s
|
|
100 |
You can find all scripts to reproduce dataset collection in our [GitHub ](https://github.com/JetBrains-Research/agents-eval) repository
|
101 |
|
102 |
## Final Dataset Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
You can find all scripts to reproduce dataset collection in our [GitHub ](https://github.com/JetBrains-Research/agents-eval) repository
|
101 |
|
102 |
## Final Dataset Description
|
103 |
+
|
104 |
+
| **Field** | **Description** |
|
105 |
+
|:------------------:|:----------------------------------------:|
|
106 |
+
| `id` | Identifier of data point. |
|
107 |
+
| `repo_owner` | Bug issue repository owner. |
|
108 |
+
| `repo_name` | Bug issue repository name. |
|
109 |
+
| `html_url` | GitHub link to issue <br> `https://github.com/{repo_owner}/{repo_name}`. |
|
110 |
+
| `is_template` | True if the repositories marked as a template, otherwise False. |
|
111 |
+
| `description` | Repository description. |
|
112 |
+
| `template_keywords` | Template-related keywords. |
|
113 |
+
| `license` | Repository license <br> (one from 'MIT License', 'Apache License 2.0', <br> 'BSD 3-Clause "New" or "Revised" License', 'BSD 2-Clause "Simplified" License'). |
|
114 |
+
| `topics` | Repository topics. |
|
115 |
+
| `size` | Repo size \[MB\]. |
|