Envy1025 commited on
Commit
fd1462e
·
verified ·
1 Parent(s): 77c8f47

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: type
5
+ dtype: string
6
+ - name: inp_date
7
+ dtype: string
8
+ - name: category
9
+ dtype: string
10
+ - name: category_sub
11
+ dtype: string
12
+ - name: origin_nm
13
+ dtype: string
14
+ - name: origin_url
15
+ dtype: string
16
+ - name: title
17
+ dtype: string
18
+ - name: content
19
+ dtype: string
20
+ - name: extracted_keywords
21
+ dtype: string
22
+ - name: doc_neg_prob
23
+ dtype: float64
24
+ - name: doc_pos_prob
25
+ dtype: float64
26
+ - name: label
27
+ dtype: int64
28
+ - name: sentence_details
29
+ list:
30
+ - name: sent_neg_prob
31
+ dtype: float64
32
+ - name: sent_pos_prob
33
+ dtype: float64
34
+ - name: sentence
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 259202
39
+ num_examples: 20
40
+ download_size: 166659
41
+ dataset_size: 259202
42
+ configs:
43
+ - config_name: default
44
+ data_files:
45
+ - split: train
46
+ path: data/train-*
47
+ ---
48
+ # Dataset Card for "upload_test"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)