Datasets:
Commit
·
65d7baf
1
Parent(s):
90e2875
fix docstring name
Browse files
yalta_ai_tabular_dataset.py
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 12 |
# See the License for the specific language governing permissions and
|
| 13 |
# limitations under the License.
|
| 14 |
-
"""Script for reading '
|
| 15 |
|
| 16 |
|
| 17 |
import os
|
|
|
|
| 11 |
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 12 |
# See the License for the specific language governing permissions and
|
| 13 |
# limitations under the License.
|
| 14 |
+
"""Script for reading 'You Actually Look Twice At it (YALTAi)' dataset."""
|
| 15 |
|
| 16 |
|
| 17 |
import os
|