Datasets:

License:
kakamond commited on
Commit
e7fc981
·
verified ·
1 Parent(s): efaa741

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -15,12 +15,9 @@ pip install datasets py7zr librosa
15
  [Supported Character list](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD)
16
 
17
  ## Splits
18
- | Language | Split |
19
- | :------: | :---: |
20
- | Chinese | `zh` |
21
- | Japanese | `jp` |
22
- | English | `en` |
23
- | Korean | `kr` |
24
 
25
  ## Usage
26
  ```python
@@ -32,7 +29,6 @@ ds = load_dataset(
32
  split="zh", # Choose a language
33
  cache_dir="./__pycache__", # The cache location of the dataset
34
  )
35
-
36
  for item in ds:
37
  print(item)
38
  ```
 
15
  [Supported Character list](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD)
16
 
17
  ## Splits
18
+ | Language | Chinese | Japanese | English | Korean |
19
+ | :------: | :-----: | :------: | :-----: | :----: |
20
+ | Split | `zh` | `jp` | `en` | `kr` |
 
 
 
21
 
22
  ## Usage
23
  ```python
 
29
  split="zh", # Choose a language
30
  cache_dir="./__pycache__", # The cache location of the dataset
31
  )
 
32
  for item in ds:
33
  print(item)
34
  ```