Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
adamnarozniak commited on
Commit
cbc2e3c
1 Parent(s): d6915f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ A pair of a character and a play denotes a unique user in the federation.
55
 
56
  The dataset contains only train split. The split in the paper happens at each node only (no centralized dataset).
57
  The dataset is comprised of columns:
58
- * `character_id` - 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.
 
55
 
56
  The dataset contains only train split. The split in the paper happens at each node only (no centralized dataset).
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.