eddie14 commited on
Commit
6ed291a
1 Parent(s): 1d59db0
Files changed (2) hide show
  1. .idea/workspace.xml +2 -1
  2. kowiki.py +1 -1
.idea/workspace.xml CHANGED
@@ -6,6 +6,7 @@
6
  <component name="ChangeListManager">
7
  <list default="true" id="51d82a43-950f-4723-9efe-cd007bce4f27" name="Changes" comment="init">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -447,7 +448,7 @@
447
  <option name="project" value="LOCAL" />
448
  <updated>1691449749534</updated>
449
  </task>
450
- <option name="localTasksCounter" value="71" />
451
  <servers />
452
  </component>
453
  <component name="TypeScriptGeneratedFilesManager">
6
  <component name="ChangeListManager">
7
  <list default="true" id="51d82a43-950f-4723-9efe-cd007bce4f27" name="Changes" comment="init">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/kowiki.py" beforeDir="false" afterPath="$PROJECT_DIR$/kowiki.py" afterDir="false" />
10
  </list>
11
  <option name="SHOW_DIALOG" value="false" />
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
448
  <option name="project" value="LOCAL" />
449
  <updated>1691449749534</updated>
450
  </task>
451
+ <option name="localTasksCounter" value="72" />
452
  <servers />
453
  </component>
454
  <component name="TypeScriptGeneratedFilesManager">
kowiki.py CHANGED
@@ -138,7 +138,7 @@ class KoWiki(datasets.GeneratorBasedBuilder):
138
 
139
  BUILDER_CONFIGS = [
140
  WikiConfig(
141
- name=name.split("-")[1],
142
  data_url=[f"https://huggingface.co/datasets/psyche/kowiki/resolve/main/data/{n}" for n in name],
143
  data_dir="data",
144
  citation="",
138
 
139
  BUILDER_CONFIGS = [
140
  WikiConfig(
141
+ name=name[0].split("-")[1],
142
  data_url=[f"https://huggingface.co/datasets/psyche/kowiki/resolve/main/data/{n}" for n in name],
143
  data_dir="data",
144
  citation="",