Datasets:

Modalities:
Audio
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
amant555 commited on
Commit
47a1051
·
verified ·
1 Parent(s): 66af9e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -16,13 +16,33 @@ dataset_info:
16
  sequence: audio
17
  splits:
18
  - name: test
19
- num_bytes: 77036137.0
20
  num_examples: 80
21
  download_size: 76511788
22
- dataset_size: 77036137.0
23
  configs:
24
  - config_name: default
25
  data_files:
26
  - split: test
27
  path: data/test-*
 
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  sequence: audio
17
  splits:
18
  - name: test
19
+ num_bytes: 77036137
20
  num_examples: 80
21
  download_size: 76511788
22
+ dataset_size: 77036137
23
  configs:
24
  - config_name: default
25
  data_files:
26
  - split: test
27
  path: data/test-*
28
+ license: apache-2.0
29
  ---
30
+
31
+ ## License
32
+
33
+ Mt-bench is Apache 2.0 licensed by FastChat, making it suitable for both academic and commercial use.
34
+ https://github.com/lm-sys/FastChat/blob/main/LICENSE
35
+
36
+
37
+ ## Citation
38
+
39
+ ```text
40
+ @misc{zheng2023judging,
41
+ title={Judging LLM-as-a-judge with MT-Bench and Chatbot Arena},
42
+ author={Lianmin Zheng and Wei-Lin Chiang and Ying Sheng and Siyuan Zhuang and Zhanghao Wu and Yonghao Zhuang and Zi Lin and Zhuohan Li and Dacheng Li and Eric. P Xing and Hao Zhang and Joseph E. Gonzalez and Ion Stoica},
43
+ year={2023},
44
+ eprint={2306.05685},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CL}
47
+ }
48
+ ```