hreyulog commited on
Commit
05cd86d
·
verified ·
1 Parent(s): 8f3b67b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -48,9 +48,10 @@ configs:
48
  path: data/test-*
49
  ---
50
 
 
51
  # ArkTS Function Dataset
52
 
53
- **Dataset Hub:** [Your Dataset Link](https://huggingface.co/datasets/hreyulog/arkts-code-docstring/)
54
 
55
  This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
56
 
 
48
  path: data/test-*
49
  ---
50
 
51
+
52
  # ArkTS Function Dataset
53
 
54
+ **Dataset Hub:** [hreyulog/arkts-code-docstring](https://huggingface.co/datasets/hreyulog/arkts-code-docstring/)
55
 
56
  This dataset collects **function-level information from ArkTS (HarmonyOS Ark TypeScript) projects**, including original functions, docstrings, abstract syntax tree (AST) representations, obfuscated versions, and source code metadata. It is suitable for tasks such as code analysis, code understanding, AST research, and code search.
57