moaminsharifi
commited on
Commit
·
98005fa
1
Parent(s):
765e8ad
Update README.md
Browse files
README.md
CHANGED
@@ -9,18 +9,22 @@ The Wikipedia Corpus is an open source dataset specifically designed for use in
|
|
9 |
|
10 |
| chance of being | % |
|
11 |
|------------------|-------|
|
12 |
-
| normal sentences | >=
|
13 |
-
| manipulation | <=
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
|
17 |
| chance of manipulation for each function | % |
|
18 |
|------------------------------------------|---|
|
19 |
-
| `delete_word` function |
|
20 |
-
| `delete_characters` function |
|
21 |
-
| `insert_characters` function |
|
22 |
-
| `replace_characters` function |
|
23 |
-
| `swap_characters_case` function |
|
24 |
|
25 |
|
26 |
## Purpose
|
|
|
9 |
|
10 |
| chance of being | % |
|
11 |
|------------------|-------|
|
12 |
+
| normal sentences | >=2% |
|
13 |
+
| manipulation | <=98% |
|
14 |
|
15 |
+
each time with random function we create a new random number for each line (in this case wiki pedia article).
|
16 |
+
we will leave >=2% of the data untouched, to teach the model, not to "overact" on the texts.
|
17 |
+
|
18 |
+
|
19 |
+
*Please consider 98/100 * 1/100 which is 0.0098%*
|
20 |
|
21 |
| chance of manipulation for each function | % |
|
22 |
|------------------------------------------|---|
|
23 |
+
| `delete_word` function | 99.999% (97.99% overall) |
|
24 |
+
| `delete_characters` function | 99.999% (97.99% overall) |
|
25 |
+
| `insert_characters` function | 99.999% (97.99% overall) |
|
26 |
+
| `replace_characters` function | 99.999% (97.99% overall) |
|
27 |
+
| `swap_characters_case` function | 99.999% (97.99% overall) |
|
28 |
|
29 |
|
30 |
## Purpose
|