jorgeortizfuentes commited on
Commit
2362d17
·
1 Parent(s): ed1bd1f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ng_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': B-NG
13
+ '1': I-NG
14
+ '2': O
15
+ splits:
16
+ - name: train
17
+ num_bytes: 1363436.5003837298
18
+ num_examples: 1824
19
+ - name: test
20
+ num_bytes: 292271.7498081351
21
+ num_examples: 391
22
+ - name: validation
23
+ num_bytes: 292271.7498081351
24
+ num_examples: 391
25
+ download_size: 520154
26
+ dataset_size: 1947980.0
27
+ ---
28
+ # Dataset Card for "sfl_automatization_spanish_nominal_groups"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)