albertvillanova HF staff commited on
Commit
e4962d8
1 Parent(s): 2f38a1d

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

README.md CHANGED
@@ -1,13 +1,53 @@
1
  ---
2
  language: en
 
3
  task_categories:
4
  - text-classification
5
- tags:
6
- - long context
7
  task_ids:
8
  - multi-class-classification
9
  - topic-classification
10
- size_categories: 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  **Patent Classification: a classification of Patents and abstracts (9 classes).**
 
1
  ---
2
  language: en
3
+ size_categories: 10K<n<100K
4
  task_categories:
5
  - text-classification
 
 
6
  task_ids:
7
  - multi-class-classification
8
  - topic-classification
9
+ tags:
10
+ - long context
11
+ dataset_info:
12
+ config_name: patent
13
+ features:
14
+ - name: text
15
+ dtype: string
16
+ - name: label
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ '0': Human Necessities
21
+ '1': Performing Operations; Transporting
22
+ '2': Chemistry; Metallurgy
23
+ '3': Textiles; Paper
24
+ '4': Fixed Constructions
25
+ '5': Mechanical Engineering; Lightning; Heating; Weapons; Blasting
26
+ '6': Physics
27
+ '7': Electricity
28
+ '8': General tagging of new or cross-sectional technology
29
+ splits:
30
+ - name: train
31
+ num_bytes: 466788625
32
+ num_examples: 25000
33
+ - name: validation
34
+ num_bytes: 95315107
35
+ num_examples: 5000
36
+ - name: test
37
+ num_bytes: 93844869
38
+ num_examples: 5000
39
+ download_size: 272966251
40
+ dataset_size: 655948601
41
+ configs:
42
+ - config_name: patent
43
+ data_files:
44
+ - split: train
45
+ path: patent/train-*
46
+ - split: validation
47
+ path: patent/validation-*
48
+ - split: test
49
+ path: patent/test-*
50
+ default: true
51
  ---
52
 
53
  **Patent Classification: a classification of Patents and abstracts (9 classes).**
patent/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d52a3aa7829e35a1da254c5e849ebf4275602a03aeecb37ea174f6e7f988f4fc
3
+ size 39091297
patent/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:104e2188980f4a104ab3920b58da17b3d039cde551489a1e29179fac813e04a9
3
+ size 194413762
patent/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e0515ecbb4e990b86d8c4b16f275c32493f885965dc54c527b9926e15c2922
3
+ size 39461192