Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -104,6 +104,15 @@ print(dataset["train"][0])
|
|
| 104 |
print(dataset["train"].features)
|
| 105 |
```
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
## Citation
|
| 108 |
|
| 109 |
If you use this dataset in your research, please cite the following paper:
|
|
|
|
| 104 |
print(dataset["train"].features)
|
| 105 |
```
|
| 106 |
|
| 107 |
+
### Repo License Configuration
|
| 108 |
+
|
| 109 |
+
Contains repository license information from two sources:
|
| 110 |
+
|
| 111 |
+
- `github`: repos_license_github.jsonl
|
| 112 |
+
- `gitee`: repos_license_gitee.jsonl
|
| 113 |
+
|
| 114 |
+
Each line is a JSON object with repository metadata including source platform, repository name, license type, and URL.
|
| 115 |
+
|
| 116 |
## Citation
|
| 117 |
|
| 118 |
If you use this dataset in your research, please cite the following paper:
|