kardosdrur commited on
Commit
c04a5f8
1 Parent(s): a190097

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: en
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: text
8
+ dtype: string
9
+ - name: label
10
+ sequence:
11
+ class_label:
12
+ names:
13
+ '0': '100149'
14
+ '1': '100160'
15
+ '2': '100148'
16
+ '3': '100147'
17
+ '4': '100152'
18
+ '5': '100143'
19
+ '6': '100156'
20
+ '7': '100158'
21
+ '8': '100154'
22
+ '9': '100153'
23
+ '10': '100142'
24
+ '11': '100145'
25
+ '12': '100150'
26
+ '13': '100162'
27
+ '14': '100159'
28
+ '15': '100144'
29
+ '16': '100151'
30
+ '17': '100157'
31
+ '18': '100161'
32
+ '19': '100146'
33
+ '20': '100155'
34
+ splits:
35
+ - name: train
36
+ num_bytes: 389250111
37
+ num_examples: 55000
38
+ - name: test
39
+ num_bytes: 58966951
40
+ num_examples: 5000
41
+ - name: validation
42
+ num_bytes: 41516153
43
+ num_examples: 5000
44
+ download_size: 206929929
45
+ dataset_size: 489733215
46
+ configs:
47
+ - config_name: en
48
+ data_files:
49
+ - split: train
50
+ path: en/train-*
51
+ - split: test
52
+ path: en/test-*
53
+ - split: validation
54
+ path: en/validation-*
55
+ ---
56
+ # Dataset Card for "eurlex-multilingual"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)