Update README.md
Browse files
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 |
|
19 |
-
| :------: |
|
20 |
-
|
|
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 |
```
|