mskayacioglu commited on
Commit
1e072f9
·
verified ·
1 Parent(s): e9fa43c

Update dataset and citation links

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -50,6 +50,14 @@ The model was trained using MovieLens ml-32m, a GroupLens dataset containing 32,
50
 
51
  MovieLens users are anonymized and no demographic information is included. Ratings use a 0.5 to 5.0 star scale. This model artifact includes model factors and id mappings, not the raw MovieLens CSV files.
52
 
 
 
 
 
 
 
 
 
53
  ## Basic Loading Example
54
 
55
  ```python
@@ -96,6 +104,8 @@ For questions about MovieLens data terms, contact `grouplens-info@umn.edu`.
96
 
97
  If you use this model or the underlying MovieLens ml-32m dataset in a publication, cite:
98
 
 
 
99
  ```bibtex
100
  @article{harper2015movielens,
101
  title = {The MovieLens Datasets: History and Context},
 
50
 
51
  MovieLens users are anonymized and no demographic information is included. Ratings use a 0.5 to 5.0 star scale. This model artifact includes model factors and id mappings, not the raw MovieLens CSV files.
52
 
53
+ ## Dataset Source
54
+
55
+ The raw MovieLens ml-32m dataset is not included in this repository. Download and review the dataset from the official GroupLens sources:
56
+
57
+ - Official MovieLens 32M page: https://grouplens.org/datasets/movielens/32m/
58
+ - MovieLens datasets page: https://grouplens.org/datasets/movielens/
59
+ - Dataset README and usage license: https://files.grouplens.org/datasets/movielens/ml-32m-README.html
60
+
61
  ## Basic Loading Example
62
 
63
  ```python
 
104
 
105
  If you use this model or the underlying MovieLens ml-32m dataset in a publication, cite:
106
 
107
+ Paper DOI: https://doi.org/10.1145/2827872
108
+
109
  ```bibtex
110
  @article{harper2015movielens,
111
  title = {The MovieLens Datasets: History and Context},