Ddream-ai commited on
Commit
f74ad9d
1 Parent(s): a31fb5a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: ents
7
+ list:
8
+ - name: indices
9
+ sequence: int64
10
+ - name: label
11
+ dtype: string
12
+ - name: score
13
+ dtype: int64
14
+ - name: text
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 8592427
19
+ num_examples: 14897
20
+ - name: validation
21
+ num_bytes: 2851335
22
+ num_examples: 4968
23
+ download_size: 3572845
24
+ dataset_size: 11443762
25
+ ---
26
+ # Dataset Card for "CMeEE"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)