Update README.md

#4
by dhakar - opened
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -21,4 +21,27 @@ grade column is used to indicate the quality of the transcription
21
  |-------|---------|
22
  | 1 | Transcribed only |
23
  | 2 | Reviewed by the team lead |
24
- | 3 | Reviewed by the quality control team |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  |-------|---------|
22
  | 1 | Transcribed only |
23
  | 2 | Reviewed by the team lead |
24
+ | 3 | Reviewed by the quality control team |
25
+
26
+ #### `grade`
27
+
28
+ - **Type**: numerical
29
+ - **Data Type**: `int64`
30
+ - **Sum**: `25,101.00`
31
+ - **Average**: `3.00`
32
+
33
+ #### `char_len`
34
+
35
+ - **Type**: numerical
36
+ - **Data Type**: `int64`
37
+ - **Sum**: `423,199.00`
38
+ - **Average**: `50.58`
39
+
40
+ #### `audio_len`
41
+
42
+ - **Type**: numerical
43
+ - **Data Type**: `float64`
44
+ - **Sum**: `26,482.08 s` | `7.36 hr`
45
+ - **Average**: `3.17s`
46
+
47
+ ---