Namratap commited on
Commit
e4f3e20
·
verified ·
1 Parent(s): 6e81937

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -11,4 +11,73 @@ tags:
11
  - medical
12
  - art
13
  - music
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - medical
12
  - art
13
  - music
14
+ dataset_info:
15
+ features:
16
+ - name: index
17
+ dtype: int64
18
+ - name: original
19
+ dtype: string
20
+ - name: translation
21
+ dtype: string
22
+ - name: scores
23
+ dtype: string
24
+ - name: mean
25
+ dtype: float64
26
+ - name: z_scores
27
+ dtype: string
28
+ - name: z_mean
29
+ dtype: float64
30
+ - name: domain
31
+ dtype: string
32
+ splits:
33
+ - name: general
34
+ num_bytes: 1140771
35
+ num_examples: 2048
36
+ - name: legal
37
+ num_bytes: 1429511
38
+ num_examples: 2296
39
+ - name: health
40
+ num_bytes: 1186668
41
+ num_examples: 2174
42
+ - name: Legislation
43
+ num_bytes: 155018
44
+ num_examples: 249
45
+ - name: LITERACY
46
+ num_bytes: 101647
47
+ num_examples: 247
48
+ - name: Subtitles
49
+ num_bytes: 110393
50
+ num_examples: 250
51
+ - name: News
52
+ num_bytes: 136248
53
+ num_examples: 245
54
+ - name: MEDICAL
55
+ num_bytes: 99903
56
+ num_examples: 245
57
+ - name: REVIEW
58
+ num_bytes: 98660
59
+ num_examples: 246
60
+ download_size: 1905804
61
+ dataset_size: 4458819
62
+ configs:
63
+ - config_name: default
64
+ data_files:
65
+ - split: general
66
+ path: data/general-*
67
+ - split: legal
68
+ path: data/legal-*
69
+ - split: health
70
+ path: data/health-*
71
+ - split: Legislation
72
+ path: data/Legislation-*
73
+ - split: LITERACY
74
+ path: data/LITERACY-*
75
+ - split: Subtitles
76
+ path: data/Subtitles-*
77
+ - split: News
78
+ path: data/News-*
79
+ - split: MEDICAL
80
+ path: data/MEDICAL-*
81
+ - split: REVIEW
82
+ path: data/REVIEW-*
83
+ ---