Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
•
059564d
1
Parent(s):
2ad8f23
Clean up sharegpt README
Browse files- sharegpt/README.md +1 -3
sharegpt/README.md
CHANGED
@@ -3,13 +3,11 @@
|
|
3 |
## Download ShareGPT
|
4 |
```
|
5 |
https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/HTML_cleaned_raw_dataset/sg_90k_part1_html_cleaned.json
|
6 |
-
|
7 |
-
https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/HTML_cleaned_raw_dataset/sg_90k_part2_html_cleaned.json
|
8 |
```
|
9 |
|
10 |
## Install Fastchat
|
11 |
```
|
12 |
-
pip install
|
13 |
```
|
14 |
|
15 |
## Clean data:
|
|
|
3 |
## Download ShareGPT
|
4 |
```
|
5 |
https://huggingface.co/datasets/anon8231489123/ShareGPT_Vicuna_unfiltered/resolve/main/HTML_cleaned_raw_dataset/sg_90k_part1_html_cleaned.json
|
|
|
|
|
6 |
```
|
7 |
|
8 |
## Install Fastchat
|
9 |
```
|
10 |
+
pip install fschat
|
11 |
```
|
12 |
|
13 |
## Clean data:
|