qiuhuachuan commited on
Commit
b0a5f18
1 Parent(s): b75fb56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -42,6 +42,15 @@ Text classification with BERT model via knowledge distillation is shown below:
42
 
43
  - NSFW: whether a response is NSFW or not (a binary label).
44
 
 
 
 
 
 
 
 
 
 
45
  ### Cohen's Kappa
46
 
47
  Cohen's kappa for valid and test set is shown below:
@@ -50,7 +59,7 @@ Cohen's kappa for valid and test set is shown below:
50
 
51
  ### Data Statistics
52
 
53
- Data statistics is shown below:
54
 
55
  <p align="center"> <img src="assets/data_statistics.png" style="width: 85%;" id="title-icon"></p>
56
 
 
42
 
43
  - NSFW: whether a response is NSFW or not (a binary label).
44
 
45
+ - The following is the label description.
46
+
47
+ ```Python
48
+ {
49
+ 0: "NSFW",
50
+ 1: "SFW"
51
+ }
52
+ ```
53
+
54
  ### Cohen's Kappa
55
 
56
  Cohen's kappa for valid and test set is shown below:
 
59
 
60
  ### Data Statistics
61
 
62
+ Data statistics are shown below:
63
 
64
  <p align="center"> <img src="assets/data_statistics.png" style="width: 85%;" id="title-icon"></p>
65