hreyulog commited on
Commit
b397fca
·
verified ·
1 Parent(s): 0bdbf6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -29,6 +29,9 @@ language:
29
 
30
  This dataset is an improved version of [ArkTS-CodeSearch](https://huggingface.co/datasets/hreyulog/arkts-code-docstring). It contains function-level information from ArkTS (`.ets`) projects, including function source code, docstrings, AST representations, and repository metadata. It is intended for code retrieval, code understanding, and AST-based research.
31
 
 
 
 
32
  Compared with the original dataset, this Pro version provides the following improvements:
33
 
34
  - **License-aware collection**: only repositories with locally identified open-source licenses are included. The supported license families include Apache-2.0, MIT, BSD, GPL, LGPL, and MPL.
 
29
 
30
  This dataset is an improved version of [ArkTS-CodeSearch](https://huggingface.co/datasets/hreyulog/arkts-code-docstring). It contains function-level information from ArkTS (`.ets`) projects, including function source code, docstrings, AST representations, and repository metadata. It is intended for code retrieval, code understanding, and AST-based research.
31
 
32
+
33
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/653f6ec4e8ed050cb35d2dc9/4l6UQCuxmBp28sb6L7Roi.png)
34
+
35
  Compared with the original dataset, this Pro version provides the following improvements:
36
 
37
  - **License-aware collection**: only repositories with locally identified open-source licenses are included. The supported license families include Apache-2.0, MIT, BSD, GPL, LGPL, and MPL.