Martin97Bozic
commited on
Commit
•
ead7cd7
1
Parent(s):
6558829
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id_doc
|
5 |
+
dtype: string
|
6 |
+
- name: doc_title
|
7 |
+
dtype: string
|
8 |
+
- name: is_manually_validated
|
9 |
+
dtype: bool
|
10 |
+
- name: src_tokens
|
11 |
+
sequence: string
|
12 |
+
- name: src_ling_annotations
|
13 |
+
struct:
|
14 |
+
- name: lemma
|
15 |
+
sequence: string
|
16 |
+
- name: ana
|
17 |
+
sequence: string
|
18 |
+
- name: msd
|
19 |
+
sequence: string
|
20 |
+
- name: ne_tag
|
21 |
+
sequence: string
|
22 |
+
- name: space_after
|
23 |
+
sequence: bool
|
24 |
+
- name: tgt_tokens
|
25 |
+
sequence: string
|
26 |
+
- name: tgt_ling_annotations
|
27 |
+
struct:
|
28 |
+
- name: lemma
|
29 |
+
sequence: string
|
30 |
+
- name: ana
|
31 |
+
sequence: string
|
32 |
+
- name: msd
|
33 |
+
sequence: string
|
34 |
+
- name: ne_tag
|
35 |
+
sequence: string
|
36 |
+
- name: space_after
|
37 |
+
sequence: bool
|
38 |
+
- name: corrections
|
39 |
+
list:
|
40 |
+
- name: idx_src
|
41 |
+
sequence: int32
|
42 |
+
- name: idx_tgt
|
43 |
+
sequence: int32
|
44 |
+
- name: corr_types
|
45 |
+
sequence: string
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
splits:
|
49 |
+
- name: train
|
50 |
+
num_bytes: 6534388
|
51 |
+
num_examples: 512
|
52 |
+
download_size: 878259
|
53 |
+
dataset_size: 6534388
|
54 |
+
configs:
|
55 |
+
- config_name: default
|
56 |
+
data_files:
|
57 |
+
- split: train
|
58 |
+
path: data/train-*
|
59 |
+
---
|
60 |
+
# Dataset Card for "solar-incorrect"
|
61 |
+
|
62 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|