Erfan11 commited on
Commit
6bd167a
1 Parent(s): 9274751

Create utils.py

Browse files
Files changed (1) hide show
  1. utils.py +3 -0
utils.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ def helper_function(param):
2
+ # Some utility function, e.g., text preprocessing
3
+ return param.lower()