librarian-bot commited on
Commit
a7028bc
·
1 Parent(s): d3554b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: annotated
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: inputs
8
+ struct:
9
+ - name: abstract
10
+ dtype: string
11
+ - name: title
12
+ dtype: string
13
+ - name: url
14
+ dtype: string
15
+ - name: prediction
16
+ dtype: 'null'
17
+ - name: prediction_agent
18
+ dtype: 'null'
19
+ - name: annotation
20
+ dtype: string
21
+ - name: annotation_agent
22
+ dtype: string
23
+ - name: vectors
24
+ dtype: 'null'
25
+ - name: multi_label
26
+ dtype: bool
27
+ - name: explanation
28
+ dtype: 'null'
29
+ - name: id
30
+ dtype: string
31
+ - name: metadata
32
+ dtype: 'null'
33
+ - name: status
34
+ dtype: string
35
+ - name: metrics
36
+ struct:
37
+ - name: text_length
38
+ dtype: int64
39
+ - name: label
40
+ dtype:
41
+ class_label:
42
+ names:
43
+ '0': new_dataset
44
+ '1': no_new_dataset
45
+ splits:
46
+ - name: train
47
+ num_bytes: 302943.5751633987
48
+ num_examples: 107
49
+ - name: test
50
+ num_bytes: 130237.4248366013
51
+ num_examples: 46
52
+ download_size: 287816
53
+ dataset_size: 433181.0
54
+ configs:
55
+ - config_name: annotated
56
+ data_files:
57
+ - split: train
58
+ path: annotated/train-*
59
+ - split: test
60
+ path: annotated/test-*
61
+ ---
62
+ # Dataset Card for "dataset_abstracts"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)