Tonic commited on
Commit
8f35241
·
verified ·
1 Parent(s): 1589686

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +35 -35
README.md CHANGED
@@ -24,45 +24,45 @@ task_ids:
24
  - language-modeling
25
  - text-classification-other
26
  paperswithcode_id: french-legal-cases
27
-
28
  dataset_info:
29
  features:
30
- - name: id
31
- dtype: string
32
- - name: url
33
- dtype: string
34
- - name: case_number
35
- dtype: string
36
- - name: contenu
37
- dtype: string
38
- - name: sommaire
39
- dtype: string
40
- - name: sommaire_bis
41
- dtype: string
42
- - name: metadata
43
- dtype: string
44
- - name: dataset_source
45
- dtype: string
46
- - name: previous_text
47
- dtype: string
48
- - name: current_text
49
- dtype: string
50
- - name: next_text
51
- dtype: string
52
- - name: triplet_index
53
- dtype: int64
54
- - name: window_index
55
- dtype: int64
56
-
57
- config_name: default
58
  splits:
59
  - name: train
60
- num_bytes: ???
61
- num_examples: ???
62
-
63
- download_size: ???
64
- dataset_size: ???
65
-
 
 
 
66
  ---
67
 
68
  # Dataset Card for French Legal Cases Dataset
 
24
  - language-modeling
25
  - text-classification-other
26
  paperswithcode_id: french-legal-cases
 
27
  dataset_info:
28
  features:
29
+ - name: id
30
+ dtype: string
31
+ - name: url
32
+ dtype: string
33
+ - name: case_number
34
+ dtype: string
35
+ - name: contenu
36
+ dtype: string
37
+ - name: sommaire
38
+ dtype: string
39
+ - name: sommaire_bis
40
+ dtype: string
41
+ - name: metadata
42
+ dtype: string
43
+ - name: dataset_source
44
+ dtype: string
45
+ - name: previous_text
46
+ dtype: string
47
+ - name: current_text
48
+ dtype: string
49
+ - name: next_text
50
+ dtype: string
51
+ - name: triplet_index
52
+ dtype: int64
53
+ - name: window_index
54
+ dtype: int64
 
 
55
  splits:
56
  - name: train
57
+ num_bytes: 71065971
58
+ num_examples: 5047
59
+ download_size: 5731656
60
+ dataset_size: 71065971
61
+ configs:
62
+ - config_name: default
63
+ data_files:
64
+ - split: train
65
+ path: data/train-*
66
  ---
67
 
68
  # Dataset Card for French Legal Cases Dataset