jvamvas commited on
Commit
02036c4
1 Parent(s): 0d1d479

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: tokens
5
+ sequence: string
6
+ - name: url
7
+ dtype: string
8
+ - name: ner_tags
9
+ sequence: string
10
+ splits:
11
+ - name: test_de
12
+ num_bytes: 164433
13
+ num_examples: 200
14
+ - name: test_fr
15
+ num_bytes: 186036
16
+ num_examples: 200
17
+ - name: test_it
18
+ num_bytes: 197513
19
+ num_examples: 200
20
+ - name: test_rm
21
+ num_bytes: 206644
22
+ num_examples: 200
23
+ download_size: 220352
24
+ dataset_size: 754626
25
+ ---
26
+ # Dataset Card for "swissner"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)