Datasets:
1T Conte commited on
Commit ·
6f0523f
1
Parent(s): 8eee648
fix: huggingface csv files do not support "_" in the name
Browse files- convert.py +1 -1
convert.py
CHANGED
|
@@ -11,7 +11,7 @@ import os
|
|
| 11 |
import re
|
| 12 |
|
| 13 |
DATASET_PATH = "20_newsgroups"
|
| 14 |
-
OUTPUT_FILE = "
|
| 15 |
|
| 16 |
|
| 17 |
def run():
|
|
|
|
| 11 |
import re
|
| 12 |
|
| 13 |
DATASET_PATH = "20_newsgroups"
|
| 14 |
+
OUTPUT_FILE = "20newsgroups.csv"
|
| 15 |
|
| 16 |
|
| 17 |
def run():
|