decahedron commited on
Commit
eb4c7e0
·
1 Parent(s): 107f5dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -26,15 +26,14 @@ size_categories:
26
  ---
27
 
28
  # OshiChats v2
29
- OshiChats v2 is a dataset of -- million high-quality English chat messages collected from various [VTuber](https://en.wikipedia.org/wiki/VTuber) live streams before 18th November 2023.
30
 
31
  ## Usage
32
  ```py
33
  from datasets import load_dataset
34
 
35
- chats_dataset = load_dataset('pykeio/oshichats-v2', split='train', revision='refs/convert/parquet')
36
- chats_dataset[0]
37
- # {...}
38
  ```
39
 
40
  ## Samples
 
26
  ---
27
 
28
  # OshiChats v2
29
+ OshiChats v2 is a dataset of 56 million high-quality English chat messages collected from various [VTuber](https://en.wikipedia.org/wiki/VTuber) live streams before 18th November 2023.
30
 
31
  ## Usage
32
  ```py
33
  from datasets import load_dataset
34
 
35
+ chats_dataset = load_dataset('pykeio/oshichats-v2', split='train')
36
+ print(chats_dataset[0])
 
37
  ```
38
 
39
  ## Samples