adamnarozniak
commited on
Commit
•
81e0d93
1
Parent(s):
cbc2e3c
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,8 @@ The dataset contains only train split. The split in the paper happens at each no
|
|
57 |
The dataset is comprised of columns:
|
58 |
* `character_id`: str - id denoting a pair of character + play (node in federated learning settings)
|
59 |
* `x`: str - text of 80 characters
|
60 |
-
* `y`: str - single character following the `x`
|
|
|
61 |
Please note that the data is temporal. Therefore, caution is needed when dividing it so as not to leak the information from the train set.
|
62 |
|
63 |
## Dataset Creation
|
|
|
57 |
The dataset is comprised of columns:
|
58 |
* `character_id`: str - id denoting a pair of character + play (node in federated learning settings)
|
59 |
* `x`: str - text of 80 characters
|
60 |
+
* `y`: str - single character following the `x`
|
61 |
+
|
62 |
Please note that the data is temporal. Therefore, caution is needed when dividing it so as not to leak the information from the train set.
|
63 |
|
64 |
## Dataset Creation
|