Brizape commited on
Commit
d94163d
·
1 Parent(s): 5867423

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence: int64
10
+ - name: texts
11
+ dtype: string
12
+ splits:
13
+ - name: test
14
+ num_bytes: 1467713
15
+ num_examples: 991
16
+ - name: train
17
+ num_bytes: 8290493
18
+ num_examples: 3810
19
+ download_size: 677627
20
+ dataset_size: 9758206
21
+ ---
22
+ # Dataset Card for "Variome_split_0404"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)