unilight commited on
Commit
5afca35
1 Parent(s): cf60617

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -3
README.md CHANGED
@@ -1,3 +1,63 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Model Card for SHEET Models
6
+
7
+ This model card describes the models implemented in the [SHEET](https://github.com/unilight/sheet) toolkit trained using the training sets in MOS-Bench and benchmarked using the test sets in MOS-Bench.
8
+
9
+ ## Model Details
10
+
11
+ - **Developed by:** Wen-Chin Huang
12
+ - **Model type:** SSL-MOS or AlignNet
13
+ - **License:** MIT
14
+ - **Repository:** [SHEET](https://github.com/unilight/sheet)
15
+ - **Paper:** to be uploaded
16
+ - **Demo :** https://huggingface.co/spaces/unilight/sheet-demo
17
+
18
+ ## Uses
19
+
20
+ Please refer to the [README in the sheet repo](https://github.com/unilight/sheet/tree/main/egs/bvcc) for more details.
21
+
22
+ ## Bias, Risks, and Limitations
23
+
24
+ The models are not yet ready to be used to replace subjective tests in scientific papers. They can however be used to compare systems in a heterogeneous way.
25
+
26
+ ## How to Get Started with the Model
27
+
28
+ Please refer to the [README in the sheet repo](https://github.com/unilight/sheet/tree/main/egs/bvcc) for more details.
29
+
30
+ ## Evaluation
31
+
32
+ <!-- This section describes the evaluation protocols and provides the results. -->
33
+
34
+ ### Testing Data, Factors & Metrics
35
+
36
+ #### Testing Data
37
+
38
+ Please refer to the [`egs` folder in the sheet repo](https://github.com/unilight/sheet/tree/main/egs/bvcc) for more details.
39
+
40
+ #### Metrics
41
+
42
+ Please refer to the MOS-Bench paper (to be uploaded) for details.
43
+
44
+ ### Results
45
+
46
+ Please refer to the MOS-Bench paper (to be uploaded) for details.
47
+
48
+
49
+ ## Citation
50
+
51
+ **BibTeX:**
52
+
53
+ To be updated.
54
+
55
+ <!-- ## Glossary [optional] -->
56
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
57
+
58
+ ## Model Card Contact
59
+
60
+ Wen-Chin Huang
61
+ Nagoya University
62
63
+ GitHub: unilight