chiseng-cheang
commited on
Commit
•
3ef64f0
1
Parent(s):
57db608
Update TempoSum.py
Browse files- TempoSum.py +1 -0
TempoSum.py
CHANGED
@@ -71,6 +71,7 @@ class TempoSum(datasets.GeneratorBasedBuilder):
|
|
71 |
TempoSumConfig(
|
72 |
name=datasplit_name,
|
73 |
urls=datasplit_config['urls'],
|
|
|
74 |
)
|
75 |
)
|
76 |
|
|
|
71 |
TempoSumConfig(
|
72 |
name=datasplit_name,
|
73 |
urls=datasplit_config['urls'],
|
74 |
+
available_features=datasplit_config['available_features'],
|
75 |
)
|
76 |
)
|
77 |
|