Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
language_bcp47:
|
4 |
-
- ru-RU
|
5 |
-
tags:
|
6 |
-
- spellcheck
|
7 |
-
---
|
8 |
|
9 |
### Dataset Summary
|
10 |
|
@@ -47,7 +47,7 @@ A number of samples contain text with explicit obscenities:
|
|
47 |
**sentence** (str): the original sentence.
|
48 |
**fixed_sentence** (str): the corrected version of original sentence.
|
49 |
**label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
|
50 |
-
**error_type** (str): the violation category
|
51 |
|
52 |
### Statistics
|
53 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language_bcp47:
|
4 |
+
- ru-RU
|
5 |
+
tags:
|
6 |
+
- spellcheck
|
7 |
+
---
|
8 |
|
9 |
### Dataset Summary
|
10 |
|
|
|
47 |
**sentence** (str): the original sentence.
|
48 |
**fixed_sentence** (str): the corrected version of original sentence.
|
49 |
**label** (str): the target class. "1" for "acceptable", "0" for "unacceptable".
|
50 |
+
**error_type** (str): the violation category: Misspelling, Syntax, Semantics, or Hallucination.
|
51 |
|
52 |
### Statistics
|
53 |
|