Deaksh commited on
Commit
ecee2f3
·
verified ·
1 Parent(s): c27c4fe

Update few_shot.py

Browse files
Files changed (1) hide show
  1. few_shot.py +1 -1
few_shot.py CHANGED
@@ -3,7 +3,7 @@ import json
3
 
4
 
5
  class FewShotPosts:
6
- def __init__(self, file_path="data/processed_posts.json"):
7
  self.df = None
8
  self.unique_tags = None
9
  self.load_posts(file_path)
 
3
 
4
 
5
  class FewShotPosts:
6
+ def __init__(self, file_path="processed_posts.json"):
7
  self.df = None
8
  self.unique_tags = None
9
  self.load_posts(file_path)