maticzav commited on
Commit
2cb2eb3
·
verified ·
1 Parent(s): bc57738

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -34
README.md CHANGED
@@ -1,34 +1,43 @@
1
- ---
2
- license: mit
3
- dataset_info:
4
- features:
5
- - name: source_db
6
- dtype: string
7
- - name: document_id
8
- dtype: string
9
- - name: document_title
10
- dtype: string
11
- - name: document_date
12
- dtype: string
13
- - name: document_url
14
- dtype: string
15
- - name: kind
16
- dtype: string
17
- - name: text
18
- dtype: string
19
- - name: extra
20
- dtype: string
21
- - name: embedding
22
- sequence: float64
23
- splits:
24
- - name: train
25
- num_bytes: 44222243
26
- num_examples: 3306
27
- download_size: 31084031
28
- dataset_size: 44222243
29
- configs:
30
- - config_name: default
31
- data_files:
32
- - split: train
33
- path: data/train-*
34
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: source_db
6
+ dtype: string
7
+ - name: document_id
8
+ dtype: string
9
+ - name: document_title
10
+ dtype: string
11
+ - name: document_date
12
+ dtype: string
13
+ - name: document_url
14
+ dtype: string
15
+ - name: kind
16
+ dtype: string
17
+ - name: text
18
+ dtype: string
19
+ - name: extra
20
+ dtype: string
21
+ - name: embedding
22
+ sequence: float64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 44222243
26
+ num_examples: 3306
27
+ download_size: 31084031
28
+ dataset_size: 44222243
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ task_categories:
35
+ - text-classification
36
+ - summarization
37
+ language:
38
+ - sl
39
+ tags:
40
+ - legal
41
+ size_categories:
42
+ - 1K<n<10K
43
+ ---