rehaidib commited on
Commit
c6a5bd7
·
verified ·
1 Parent(s): f486183

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -107,14 +107,14 @@ Each row corresponds to **one Python function** identified across open-source re
107
  ## 💡 How to Load
108
  ```python
109
  from datasets import load_dataset
110
- data = load_dataset("rehaidib/pyfunc_code_features", split="train")
111
  ```
112
 
113
  or manually:
114
 
115
  ```python
116
  import pandas as pd
117
- df = pd.read_parquet("pyfunc_code_features.parquet")
118
  ```
119
 
120
  ---
@@ -122,8 +122,8 @@ or manually:
122
  If you use this dataset, please cite:
123
 
124
  ``` bibtex
125
- @dataset{pyfunc_code_features,
126
- title = {pyfunc_code_features: Python Function-Level AST and Lexical Features Dataset},
127
  author = {Reem Al-Ehaidib},
128
  year = {2025},
129
  month = {11},
 
107
  ## 💡 How to Load
108
  ```python
109
  from datasets import load_dataset
110
+ data = load_dataset("rehaidib/PyFuncAST-Lex", split="train")
111
  ```
112
 
113
  or manually:
114
 
115
  ```python
116
  import pandas as pd
117
+ df = pd.read_parquet("PyFuncAST-Lex.parquet")
118
  ```
119
 
120
  ---
 
122
  If you use this dataset, please cite:
123
 
124
  ``` bibtex
125
+ @dataset{PyFuncAST-Lex,
126
+ title = {PyFuncAST-Lex: Python Function-Level AST and Lexical Features Dataset},
127
  author = {Reem Al-Ehaidib},
128
  year = {2025},
129
  month = {11},