varox34 commited on
Commit
fcedd28
1 Parent(s): c5c8ed5

Convert dataset to Parquet

Browse files
README.md CHANGED
@@ -1,25 +1,88 @@
1
  ---
2
- YAML tags:
3
-
4
  annotations_creators:
5
  - expert-generated
6
- language:
7
- - es
8
  language_creators:
9
  - found
 
 
10
  license:
11
  - cc-by-4.0
12
  multilinguality:
13
  - monolingual
14
- pretty_name: UD_Spanish-AnCora
15
  size_categories: []
16
  source_datasets: []
17
- tags: []
18
  task_categories:
19
  - token-classification
20
  task_ids:
21
  - part-of-speech
22
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
 
 
1
  ---
 
 
2
  annotations_creators:
3
  - expert-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - es
8
  license:
9
  - cc-by-4.0
10
  multilinguality:
11
  - monolingual
 
12
  size_categories: []
13
  source_datasets: []
 
14
  task_categories:
15
  - token-classification
16
  task_ids:
17
  - part-of-speech
18
+ pretty_name: UD_Spanish-AnCora
19
+ tags: []
20
+ dataset_info:
21
+ config_name: es_ancora
22
+ features:
23
+ - name: idx
24
+ dtype: string
25
+ - name: text
26
+ dtype: string
27
+ - name: tokens
28
+ sequence: string
29
+ - name: lemmas
30
+ sequence: string
31
+ - name: upos_tags
32
+ sequence:
33
+ class_label:
34
+ names:
35
+ '0': NOUN
36
+ '1': PUNCT
37
+ '2': ADP
38
+ '3': NUM
39
+ '4': SYM
40
+ '5': SCONJ
41
+ '6': ADJ
42
+ '7': PART
43
+ '8': DET
44
+ '9': CCONJ
45
+ '10': PROPN
46
+ '11': PRON
47
+ '12': X
48
+ '13': _
49
+ '14': ADV
50
+ '15': INTJ
51
+ '16': VERB
52
+ '17': AUX
53
+ - name: xpos_tags
54
+ sequence: string
55
+ - name: feats
56
+ sequence: string
57
+ - name: head
58
+ sequence: string
59
+ - name: deprel
60
+ sequence: string
61
+ - name: deps
62
+ sequence: string
63
+ - name: misc
64
+ sequence: string
65
+ splits:
66
+ - name: train
67
+ num_bytes: 65208528
68
+ num_examples: 14287
69
+ - name: validation
70
+ num_bytes: 7757411
71
+ num_examples: 1654
72
+ - name: test
73
+ num_bytes: 7768720
74
+ num_examples: 1721
75
+ download_size: 12463769
76
+ dataset_size: 80734659
77
+ configs:
78
+ - config_name: es_ancora
79
+ data_files:
80
+ - split: train
81
+ path: es_ancora/train-*
82
+ - split: validation
83
+ path: es_ancora/validation-*
84
+ - split: test
85
+ path: es_ancora/test-*
86
  ---
87
 
88
 
es_ancora/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385cc8e07360bc6b288306015854dc704674ea808268ab44bc610f4c65d27030
3
+ size 1218719
es_ancora/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9f68f68a1be9be3a674132a6e72c20c20221aa7250409c23e3cbbc9c2850d88
3
+ size 10025604
es_ancora/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f93b5aa56d1ea90952e763b10b75e4fbdced12e506e84fcdb606d268f2b6bd1
3
+ size 1219446