KennethEnevoldsen commited on
Commit
47e8e78
·
1 Parent(s): 5d728d5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: ents
7
+ list:
8
+ - name: end
9
+ dtype: int64
10
+ - name: label
11
+ dtype: string
12
+ - name: start
13
+ dtype: int64
14
+ - name: sents
15
+ list:
16
+ - name: end
17
+ dtype: int64
18
+ - name: start
19
+ dtype: int64
20
+ - name: tokens
21
+ list:
22
+ - name: dep
23
+ dtype: string
24
+ - name: end
25
+ dtype: int64
26
+ - name: head
27
+ dtype: int64
28
+ - name: id
29
+ dtype: int64
30
+ - name: lemma
31
+ dtype: string
32
+ - name: morph
33
+ dtype: string
34
+ - name: pos
35
+ dtype: string
36
+ - name: start
37
+ dtype: int64
38
+ - name: tag
39
+ dtype: string
40
+ splits:
41
+ - name: train
42
+ num_bytes: 7886693
43
+ num_examples: 4383
44
+ - name: dev
45
+ num_bytes: 1016350
46
+ num_examples: 564
47
+ - name: test
48
+ num_bytes: 991137
49
+ num_examples: 565
50
+ download_size: 1627548
51
+ dataset_size: 9894180
52
+ ---
53
+ # Dataset Card for "dane_plus"
54
+
55
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)