patent commited on
Commit
448f858
1 Parent(s): 501e842

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: valid
10
+ path: data/valid-*
11
+ dataset_info:
12
+ features:
13
+ - name: patent_num
14
+ dtype: int64
15
+ - name: claim_num1
16
+ dtype: int64
17
+ - name: claim_num2
18
+ dtype: int64
19
+ - name: instruction
20
+ dtype: string
21
+ - name: input
22
+ dtype: string
23
+ - name: output
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1311491690.1458514
28
+ num_examples: 906087
29
+ - name: test
30
+ num_bytes: 72861855.63886473
31
+ num_examples: 50339
32
+ - name: valid
33
+ num_bytes: 72860408.21528383
34
+ num_examples: 50338
35
+ download_size: 562077206
36
+ dataset_size: 1457213954.0
37
+ ---
38
+ # Dataset Card for "AIPD_nlp_granted_claims"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)