Acervans commited on
Commit
a1b1c28
·
verified ·
1 Parent(s): 314fe54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ Features may be integrated into any ML model, specifically RecSys models, to eva
43
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
44
 
45
  This dataset has three atomic files, all of which use tabs as field separators:
46
- - lastfm_recbole.inter - Contains user-track interactions organized in:
47
  - user_id: User ID.
48
  - track_id: Track ID.
49
  - rating: Rating assigned to the track based on the type of interaction of the user, keeping the highest if more than one.
 
43
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
44
 
45
  This dataset has three atomic files, all of which use tabs as field separators:
46
+ - lastfm_recbole.inter - Contains user-track interactions, organized in:
47
  - user_id: User ID.
48
  - track_id: Track ID.
49
  - rating: Rating assigned to the track based on the type of interaction of the user, keeping the highest if more than one.