nbtpj commited on
Commit
a5a7e1f
·
1 Parent(s): 535e89b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: bucketized_user_age
5
+ dtype: float32
6
+ - name: movie_genres
7
+ sequence: int64
8
+ - name: movie_id
9
+ dtype: binary
10
+ - name: movie_title
11
+ dtype: binary
12
+ - name: timestamp
13
+ dtype: int64
14
+ - name: user_gender
15
+ dtype: bool
16
+ - name: user_id
17
+ dtype: binary
18
+ - name: user_occupation_label
19
+ dtype: int64
20
+ - name: user_occupation_text
21
+ dtype: binary
22
+ - name: user_rating
23
+ dtype: float32
24
+ - name: user_zip_code
25
+ dtype: binary
26
+ splits:
27
+ - name: train
28
+ num_bytes: 116192936
29
+ num_examples: 1000209
30
+ download_size: 43879407
31
+ dataset_size: 116192936
32
+ ---
33
+ # Dataset Card for "movielens-1m-ratings"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)