medmac01 commited on
Commit
685f232
1 Parent(s): 6d7dc97

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: event_id
10
+ dtype: int64
11
+ - name: event_title
12
+ dtype: string
13
+ - name: event_timestamp
14
+ dtype: string
15
+ - name: event_date
16
+ dtype: string
17
+ - name: event_tags
18
+ dtype: string
19
+ - name: category
20
+ dtype: string
21
+ - name: type
22
+ dtype: string
23
+ - name: value
24
+ dtype: string
25
+ - name: attribute_tags
26
+ dtype: string
27
+ splits:
28
+ - name: train
29
+ num_bytes: 65519035
30
+ num_examples: 230429
31
+ download_size: 8625477
32
+ dataset_size: 65519035
33
+ ---
34
+ # Dataset Card for "CIRCL_MISP_240K"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)