Datasets:

Formats:
parquet
ArXiv:
License:
cLinuss commited on
Commit
397ff35
·
verified ·
1 Parent(s): 889407b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ All these 5 columns have no null value.
49
  - `user_int_feats_{15, 60, 62-66, 80, 89-91, 111, 115-118, 121-122}`: Array `list<int64>`, total 18 columns.
50
 
51
  ### User Dense Features (17 columns)
52
- - `user_dense_feats_{61, 87, 120, 123, 130-132}`: Array `list<float>`, total 7 columns, representing user embedding features([SUM](https://arxiv.org/abs/2311.09544) , [LMF4Ads](https://arxiv.org/abs/2508.14948) ).
53
  - `user_dense_feats_{62-66, 89-91, 118, 121}`: Array `list<float>`, total 10 columns, corresponding to the integer features user_int_feats_{62-66, 89-91, 118, 121}, with the same length.
54
  - An Example:
55
  `user_int_feats_62`: [1, 2, 3], `user_dense_feats_62`: [10.5, 20, 15.5]
 
49
  - `user_int_feats_{15, 60, 62-66, 80, 89-91, 111, 115-118, 121-122}`: Array `list<int64>`, total 18 columns.
50
 
51
  ### User Dense Features (17 columns)
52
+ - `user_dense_feats_{61, 87, 120, 123, 130-132}`: Array `list<float>`, total 7 columns, representing user embedding features([SUM](https://arxiv.org/abs/2311.09544) , [LFM4Ads](https://arxiv.org/abs/2508.14948) ).
53
  - `user_dense_feats_{62-66, 89-91, 118, 121}`: Array `list<float>`, total 10 columns, corresponding to the integer features user_int_feats_{62-66, 89-91, 118, 121}, with the same length.
54
  - An Example:
55
  `user_int_feats_62`: [1, 2, 3], `user_dense_feats_62`: [10.5, 20, 15.5]