anjalyjayakrishnan
commited on
Commit
•
714f678
1
Parent(s):
bc83051
fix
Browse files
sample.py
CHANGED
@@ -148,7 +148,7 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
148 |
|
149 |
def _generate_examples(self, filepath):
|
150 |
key = 0
|
151 |
-
|
152 |
with open(filepath) as f:
|
153 |
data_df = pd.read_csv(f,sep=',')
|
154 |
transcripts = []
|
|
|
148 |
|
149 |
def _generate_examples(self, filepath):
|
150 |
key = 0
|
151 |
+
cwd = os.getcwd()+'/'
|
152 |
with open(filepath) as f:
|
153 |
data_df = pd.read_csv(f,sep=',')
|
154 |
transcripts = []
|